Gets a bool value indicating whether the current Type is nested and visible only to classes that belong to either its own family or to its own assembly.
true if the Type is nested and visible only to classes that belong to its own family or to its own assembly; otherwise, false.
This property is read-only.
A Type object's family is defined as all objects of the exact same Type and of its subclasses.
If the current instance represents an unassigned type parameter of a generic type, this property returns false.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0