[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1527.cs
1 // CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
2 // Line:
3 private class X {
4 }