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à

Type

Tipo di sistema sottostante per l'oggetto Type.

Implementazioni

Si applica a

Vedi anche