TemplateArguments Constructor (TemplateArguments)

HttpServer.dll

Initializes the class with all the arguments of the parameter class.

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

Syntax

C#
public TemplateArguments(
	TemplateArguments arguments
)
Visual Basic (Declaration)
Public Sub New ( _
	arguments As TemplateArguments _
)
Visual C++
public:
TemplateArguments(
	TemplateArguments^ arguments
)

Parameters

arguments
Type: HttpServer.Rendering..::.TemplateArguments
Cannot be null

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionIf arguments is null

See Also