CodeGenerator::OutputAttributeDeclarations Method (CodeAttributeDeclarationCollection^)

 

Generates code for the specified attribute declaration collection.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void OutputAttributeDeclarations(
	CodeAttributeDeclarationCollection^ attributes
)

Parameters

attributes
Type: System.CodeDom::CodeAttributeDeclarationCollection^

The attributes to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: