Type.UnderlyingSystemType Proprietà

Definizione

Indica il tipo fornito da Common Language Runtime che rappresenta questo tipo.

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

Valore della proprietà

Tipo di sistema sottostante per .Type

Implementazioni

Si applica a

Vedi anche