Used to get a duplicate of the current object so that it can be modified without affecting the creating object.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

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

Return Value

A duplicate of the current object.

Implements

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

See Also