PrimitiveType.ClrEquivalentType 屬性

定義

回傳此 PrimitiveType的等效通用語言執行時(CLR)型態。 請注意,該 ClrEquivalentType 屬性總是回傳一個不可空的型別值。

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

屬性值

一個 Type 物件,代表此 PrimitiveType的等效公共語言執行時(CLR)型態。

適用於