Constructor.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public Counter64( ulong value ) |
| Visual Basic (Declaration) |
|---|
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.