CustomAttribute.Constructor Proprietà

Definizione

Ottiene il costruttore (MethodDefinitionHandle o MemberReferenceHandle) del tipo di attributo personalizzato.

public:
 property System::Reflection::Metadata::EntityHandle Constructor { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Constructor { get; }
member this.Constructor : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Constructor As EntityHandle

Valore della proprietà

Commenti

Corrisponde al Type campo della CustomAttribute tabella nello standard ECMA-335.

Si applica a