System.CodeDom.CodeAttributeDeclaration Class

Represents an attribute declaration.

See Also: CodeAttributeDeclaration Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeAttributeDeclaration

Remarks

A System.CodeDom.CodeAttributeDeclaration can be used to represent an expression that declares an attribute. The attribute name and the arguments for the attribute are stored as properties of the object. A System.CodeDom.CodeAttributeArgument can be used to represent each argument for the attribute.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0