[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs7003-4.cs
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 4
3
4 using SCGL = System.Collections.Generic.List<>;