GenericParameterConstraint.Type 属性

定义

获取句柄(TypeDefinitionHandleTypeReferenceHandleTypeSpecificationHandle),该句柄指定此泛型参数被约束为从哪个类型派生,或者此泛型参数被约束为实现哪个接口。

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 实例。

注解

对应于 ConstraintECMA-335 Standard 中表的字段GenericParamConstraint

适用于