Constructs a new object with the same value
as the passed object.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)
Syntax
| C# |
|---|
public Counter32( Counter32 second ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ second As Counter32 _ ) |
| Visual C++ |
|---|
public: Counter32( Counter32^ second ) |
Parameters
- second
- Type: SnmpSharpNet..::.Counter32
The object to recover values from.
Remarks
[Missing <remarks> documentation for "M:SnmpSharpNet.Counter32.#ctor(SnmpSharpNet.Counter32)"]