PrimitiveType.ClrEquivalentType 属性

定义

返回与此 PrimitiveType 等效的公共语言运行库 (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 等效的公共语言运行库 (CLR) 类型。

适用于