AddType Method

HttpServer.dll

This type should be included, so it may be called from the scripts (namespace and assembly).

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

Syntax

C#
public void AddType(
	Type type
)
Visual Basic (Declaration)
Public Sub AddType ( _
	type As Type _
)
Visual C++
public:
void AddType(
	Type^ type
)

Parameters

type
Type: System..::.Type

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

See Also