7 lines
70 B
C#
7 lines
70 B
C#
|
public class Test
|
||
|
{
|
||
|
protected internal const int SomeValue = -1;
|
||
|
}
|
||
|
|
||
|
|