TypeDefinition.GetNestedTypes Metodo

Definizione

Restituisce una matrice di tipi nidificati nel tipo specificato.

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)

Restituisce

Una matrice non modificabile di handle di definizione del tipo che rappresentano i tipi nidificati nel tipo specificato.

Si applica a