共用方式為


PrimitiveType.ClrEquivalentType 屬性

定義

傳回與這個 PrimitiveType 對等的 Common Language Runtime (CLR) 型別。 請注意,ClrEquivalentType 屬性永遠會傳回非可為 Null 型別的值。

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

屬性值

Type 物件,表示與這個 PrimitiveType 對等的 Common Language Runtime (CLR) 型別。

適用於