[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / CS0619-33-lib.cs
1 public class Error
2 {
3     [System.ObsoleteAttribute ("Obsolete method", true)]
4     public void Report (string arg) {}
5 }