Type.UnderlyingSystemType Propriedade

Definição

Indica o tipo fornecido pelo Common Language Runtime que representa esse 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 da propriedade

Type

O tipo de sistema subjacente para o Type.

Implementações

Aplica-se a

Confira também