TypeInfo.DeclaredNestedTypes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of the nested types defined by the current type.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable ReadOnly Property DeclaredNestedTypes As IEnumerable(Of TypeInfo)
Property Value
Type: System.Collections.Generic.IEnumerable(Of TypeInfo)A collection of nested types defined by the current type.
Show: