PrimitiveType.ClrEquivalentType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un tipo Common Language Runtime (CLR) equivalente a PrimitiveType. Si noti che la proprietà ClrEquivalentType restituisce sempre un valore di un tipo che non ammette valori Null.
public:
property Type ^ ClrEquivalentType { Type ^ get(); };
public Type ClrEquivalentType { get; }
member this.ClrEquivalentType : Type
Public ReadOnly Property ClrEquivalentType As Type
Valore della proprietà
Oggetto Type che rappresenta un tipo Common Language Runtime equivalente (CLR) equivalente a PrimitiveType.