PrimitiveType.ClrEquivalentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与此 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) 类型。