Type.UnderlyingSystemType Propriedade

Definição

Indica o tipo fornecido pelo runtime da linguagem comum que representa este tipo.

public:
 abstract property Type ^ UnderlyingSystemType { Type ^ get(); };
public abstract Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public MustOverride ReadOnly Property UnderlyingSystemType As Type

Valor de Propriedade

O tipo de sistema subjacente para o Type.

Implementações

Aplica-se a

Ver também