linux-packaging-mono/mcs/errors/CS0122-15-lib.cs

7 lines
70 B
C#
Raw Normal View History

public class Test
{
protected internal const int SomeValue = -1;
}