CodeGenerator::ICodeGenerator::GetTypeOutput Method (CodeTypeReference^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the type indicated by the specified CodeTypeReference.

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

private:
virtual String^ GetTypeOutput(
	CodeTypeReference^ type
) sealed = ICodeGenerator::GetTypeOutput

Parameters

type
Type: System.CodeDom::CodeTypeReference^

The type to return.

Return Value

Type: System::String^

The name of the data type reference.

.NET Framework
Available since 1.1
Return to top
Show: