Update Method (TemplateArguments)

HttpServer.dll

A function that merges two argument holders updating and adding values

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

Syntax

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

Parameters

arguments
Type: HttpServer.Rendering..::.TemplateArguments

[Missing <param name="arguments"/> documentation for "M:HttpServer.Rendering.TemplateArguments.Update(HttpServer.Rendering.TemplateArguments)"]

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionIf arguments is null

See Also