GenericParameterConstraint.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取句柄(TypeDefinitionHandle、TypeReferenceHandle 或 TypeSpecificationHandle),该句柄指定此泛型参数被约束为从哪个类型派生,或者此泛型参数被约束为实现哪个接口。
public:
property System::Reflection::Metadata::EntityHandle Type { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Type { get; }
member this.Type : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Type As EntityHandle
属性值
一个 EntityHandle 实例。
注解
对应于 Constraint
ECMA-335 Standard 中表的字段GenericParamConstraint
。