Constructor.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Counter64(
	ulong value
)
Public Sub New ( _
	value As ULong _
)
public:
Counter64(
	unsigned long long value
)

Parameters

value
UInt64
Value to initialize the class with.

See Also