Retrieves the attributes for this constructor.
[Visual Basic] Overridable Public ReadOnly Property Attributes As MethodAttributes [C#] public MethodAttributes Attributes {override get;} [C++] public: __property virtual MethodAttributes get_Attributes(); [JScript] public function get Attributes() : MethodAttributes;
Returns the attributes for this constructor.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace