Type.UnderlyingSystemType Propiedad

Definición

Indica el tipo proporcionado por Common Language Runtime para representar 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 propiedad

Type

Tipo de sistema subyacente para el objeto Type.

Implementaciones

Se aplica a

Consulte también