PrimitiveType.ClrEquivalentType Propriedade

Definição

Retorna um tipo clr (common language runtime) equivalente deste PrimitiveType. Observe que a ClrEquivalentType propriedade sempre retorna um valor de tipo não anulável.

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