7 lines
70 B
C#
Raw Normal View History

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