Edit

Share via


CodeGenerator.GenerateAttributeDeclarationsStart Method

Definition

Generates code for the specified attribute block start.

C#
protected abstract void GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes);

Parameters

attributes
CodeAttributeDeclarationCollection

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

Applies to

See also