CodeGenerator::GenerateDirectives Method (CodeDirectiveCollection^)

 

Generates code for the specified code directives.

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

protected:
virtual void GenerateDirectives(
	CodeDirectiveCollection^ directives
)

Parameters

directives
Type: System.CodeDom::CodeDirectiveCollection^

The code directives to generate code for.

.NET Framework
Available since 2.0
Return to top
Show: