GenericParameterConstraint.Type Propriedade
Definição
Obtém um identificador (TypeDefinitionHandle, TypeReferenceHandle ou TypeSpecificationHandle) que especifica de qual tipo esse parâmetro genérico é restrito a ser derivado ou em qual interface esse parâmetro genérico é restrito a implementar.Gets a handle (TypeDefinitionHandle, TypeReferenceHandle, or TypeSpecificationHandle) specifying from which type this generic parameter is constrained to derive, or which interface this generic parameter is constrained to implement.
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
Valor da propriedade
Uma instância EntityHandle.An EntityHandle instance.
Comentários
Corresponde ao Constraint campo da GenericParamConstraint tabela no padrão ECMA-335.Corresponds to the Constraint field of the GenericParamConstraint table in the ECMA-335 Standard.