TypeDefinition.GetNestedTypes Method

Definition

Returns an array of types nested in the specified type.

public:
 System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::TypeDefinitionHandle> GetNestedTypes();
public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.TypeDefinitionHandle> GetNestedTypes ();
member this.GetNestedTypes : unit -> System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.TypeDefinitionHandle>
Public Function GetNestedTypes () As ImmutableArray(Of TypeDefinitionHandle)

Returns

An immutable array of type definition handles that represent types nested in the specified type.

Applies to