TypeInfo.GetDeclaredNestedType(String) Metodo

Definizione

Restituisce un oggetto che rappresenta il tipo annidato specificato dichiarato dal tipo corrente.

public:
 virtual System::Reflection::TypeInfo ^ GetDeclaredNestedType(System::String ^ name);
public virtual System.Reflection.TypeInfo GetDeclaredNestedType (string name);
public virtual System.Reflection.TypeInfo? GetDeclaredNestedType (string name);
abstract member GetDeclaredNestedType : string -> System.Reflection.TypeInfo
override this.GetDeclaredNestedType : string -> System.Reflection.TypeInfo
Public Overridable Function GetDeclaredNestedType (name As String) As TypeInfo

Parametri

name
String

Nome del tipo annidato.

Restituisce

Oggetto che rappresenta il tipo annidato specificato, se trovato; in caso contrario, null.

Eccezioni

name è null.

Si applica a