[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0596.cs
1 // CS0596: The Guid attribute must be specified with the ComImport attribute
2 // Line: 4
3
4 [System.Runtime.InteropServices.ComImportAttribute]
5 class C
6 {
7 }