Clone Method

HttpServer.dll

Make a clone of this controller

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

Syntax

C#
public abstract Object Clone()
Visual Basic (Declaration)
Public MustOverride Function Clone As Object
Visual C++
public:
virtual Object^ Clone() abstract

Return Value

a new controller with the same base information as this one.

Implements

ICloneable..::.Clone()()()

See Also