Compartilhar via


PrimitiveType.ClrEquivalentType Propriedade

Definição

Retorna um tipo CLR (Common Language Runtime) equivalente deste PrimitiveType. Observe que a propriedade ClrEquivalentType sempre retorna um valor de tipo que não permite valor nulo.

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

Valor da propriedade

Um Type objeto que representa um tipo CLR (Common Language Runtime) equivalente deste PrimitiveType.

Aplica-se a