Constructor. Initialize the class from the valeu of the supplied class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)
Syntax
| C# |
|---|
public Counter64( Counter64 second ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ second As Counter64 _ ) |
| Visual C++ |
|---|
public: Counter64( Counter64^ second ) |
Parameters
- second
- Type: SnmpSharpNet..::.Counter64
Class to copy the value from.
Remarks
[Missing <remarks> documentation for "M:SnmpSharpNet.Counter64.#ctor(SnmpSharpNet.Counter64)"]