Copy constructor. Initialize the class with the values of the parameter class values.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.7.8.0 (0.7.8)

Syntax

C#
public AgentParameters(
	AgentParameters second
)
Visual Basic (Declaration)
Public Sub New ( _
	second As AgentParameters _
)
Visual C++
public:
AgentParameters(
	AgentParameters^ second
)

Parameters

second
Type: SnmpSharpNet..::.AgentParameters
Parameter class.

See Also