PropertyEntry.DeclaringType Propriedade
Definição
Obtém o tipo de classe que declara esse membro.Gets the type of the class that declares this member.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property Type ^ DeclaringType { Type ^ get(); };
public Type DeclaringType { get; }
member this.DeclaringType : Type
Public ReadOnly Property DeclaringType As Type
Valor da propriedade
O Type que declara esse membro.The Type that declares this member.