CodeGenerator::GetTypeOutput Method (CodeTypeReference^)

 

Gets the name of the specified data type.

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

protected:
virtual String^ GetTypeOutput(
	CodeTypeReference^ value
) abstract

Parameters

value
Type: System.CodeDom::CodeTypeReference^

The type whose name will be returned.

Return Value

Type: System::String^

The name of the data type reference.

.NET Framework
Available since 1.1
Return to top
Show: