In java a class can be static. static modifier should be removed from class in C#.
[Java]
private static class Test { }
[C#]
private class Test { }
There was an error while loading. Please reload this page.