PrimitiveType.ClrEquivalentType Propiedad

Definición

Devuelve un tipo equivalente de Common Language Runtime (CLR) de este PrimitiveType. Tenga en cuenta que la ClrEquivalentType propiedad siempre devuelve un valor de tipo que no acepta valores NULL.

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

Valor de propiedad

Objeto Type que representa un tipo equivalente de Common Language Runtime (CLR) de este PrimitiveType.

Se aplica a