TypeInfo.GetDeclaredNestedType(String) Método

Definição

Retorna um objeto que representa o tipo aninhado especificado declarado pelo tipo atual.

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

O nome do tipo aninhado.

Retornos

TypeInfo

Um objeto que representa o tipo aninhado especificado, se encontrado; caso contrário, null.

Exceções

name é null.

Aplica-se a