[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / CS0103-2-lib.cs
1 public class C
2 {
3         int i;
4 }