The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeAttributeDeclarationCollection::Add Method (CodeAttributeDeclaration^)
.NET Framework (current version)
Adds a CodeAttributeDeclaration object with the specified value to the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeAttributeDeclaration^
The CodeAttributeDeclaration object to add.
The following example demonstrates how to add a CodeAttributeDeclaration object to a CodeAttributeDeclarationCollection instance.
.NET Framework
Available since 1.1
Available since 1.1
Show: