Copy constructor. Initialize the class with the values of the parameter class values.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.7.1.0 (0.7.1.0)
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.