TypeInfo.GetDeclaredNestedType(String) Método

Definición

Devuelve un objeto que representa el tipo anidado especificado declarado por el tipo actual.

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

Parámetros

name
String

Nombre del tipo anidado.

Devoluciones

Un objeto que representa el tipo anidado especificado, si se encuentra; si no, null.

Excepciones

name es null.

Se aplica a