CodeGenerator::OutputType Method (CodeTypeReference^)

 

Generates code for the specified type.

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

protected:
virtual void OutputType(
	CodeTypeReference^ typeRef
) abstract

Parameters

typeRef
Type: System.CodeDom::CodeTypeReference^

The type to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: