System.CodeDom.CodeAttributeDeclaration Members

The members of System.CodeDom.CodeAttributeDeclaration are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.CodeDom.CodeAttributeDeclaration class.

Initializes a new instance of the System.CodeDom.CodeAttributeDeclaration class using the specified code type reference.

Initializes a new instance of the System.CodeDom.CodeAttributeDeclaration class using the specified name.

Initializes a new instance of the System.CodeDom.CodeAttributeDeclaration class using the specified code type reference and arguments.

Initializes a new instance of the System.CodeDom.CodeAttributeDeclaration class using the specified name and arguments.

Public Properties

[read-only]
ArgumentsCodeAttributeArgumentCollection.

Gets the arguments for the attribute.

[read-only]
AttributeTypeCodeTypeReference.

Gets the code type reference for the code attribute declaration.

Namestring.

Gets or sets the name of the attribute being declared.