Constructor.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public Counter64( ulong value ) |
| Visual Basic |
|---|
Public Sub New ( _ value As ULong _ ) |
| Visual C++ |
|---|
public: Counter64( unsigned long long value ) |
Parameters
- value
- Type: System..::..UInt64
Value to initialize the class with.