156.
What is the default access modifier of class members including nested classes and structs ?
View Description
Regardless of whether the outer types is a class or a struct, nested types default to private, but can be made public, protected internal, protected, internal, or private.