Type::IsNested Property
Silverlight
Gets a value indicating whether the current Type object represents a type whose definition is nested inside the definition of another type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the Type is nested inside another type; otherwise, false.
The IsNested property returns true for all nested types, regardless of visibility. To test for nesting and visibility at the same time, use the related properties IsNestedAssembly, IsNestedFamily, IsNestedFamANDAssem, IsNestedFamORAssem, IsNestedPrivate, or IsNestedPublic.
Note: |
|---|
The VisibilityMask enumeration member selects the visibility attributes for a type. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:
Note: