Clone current object

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

Syntax

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

Return Value

Duplicate object initialized with values from this class.

Implements

IAgentParameters..::.Clone()()()

See Also