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

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

Syntax

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

Parameters

second
SecureAgentParameters
Parameter class.

See Also