access modifier of the class [public or protected]
|
feedback
|
|
In C# if the type is not nested (within other class or struct) and doesn't have access modifier applied it is internal. If it is nested - private. From C# specification:
| |||||
feedback
|
|
It is [internal] | |||
|
feedback
|