GetTypeName Method

HttpServer.dll

Used to get correct names for generics.

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string GetTypeName(
	Type type
)
Visual Basic (Declaration)
Public Function GetTypeName ( _
	type As Type _
) As String
Visual C++
public:
String^ GetTypeName(
	Type^ type
)

Parameters

type
Type: System..::.Type

[Missing <param name="type"/> documentation for "M:HttpServer.Rendering.TemplateCompiler.GetTypeName(System.Type)"]

Return Value

[Missing <returns> documentation for M:HttpServer.Rendering.TemplateCompiler.GetTypeName(System.Type)]

See Also