Share via


PrimitiveType.ClrEquivalentType Propiedad

Definición

Devuelve un tipo de Common Language Runtime (CLR) equivalente de este PrimitiveType. Observe que la propiedad ClrEquivalentType siempre devuelve un valor de un 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

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

Se aplica a