Edit

Share via


CodeGenerator.OutputType(CodeTypeReference) Method

Definition

Generates code for the specified type.

C#
protected abstract void OutputType(System.CodeDom.CodeTypeReference typeRef);

Parameters

typeRef
CodeTypeReference

The type to generate code for.

Applies to