You've already forked linux-packaging-mono
8 lines
126 B
C#
8 lines
126 B
C#
![]() |
// CS1057: `B.E': Static classes cannot contain protected members
|
||
|
// Line: 6
|
||
|
|
||
|
public static class B
|
||
|
{
|
||
|
protected class E {}
|
||
|
}
|