Clone Method

HttpServer.dll

Creates a new object that is a copy of the current instance.

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

Syntax

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

Return Value

A new object that is a copy of this instance.

Implements

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

See Also