CodeGenerator::GenerateAttributeDeclarationsEnd Method (CodeAttributeDeclarationCollection^)

 

Generates code for the specified attribute block end.

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

protected:
virtual void GenerateAttributeDeclarationsEnd(
	CodeAttributeDeclarationCollection^ attributes
) abstract

Parameters

attributes
Type: System.CodeDom::CodeAttributeDeclarationCollection^

A CodeAttributeDeclarationCollection that indicates the end of the attribute block to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: