See Also: CodeAttributeDeclaration Members
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.