Implicit casting of Counter64 value as UInt64 value

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static implicit operator ulong (
	Counter64 value
)
Public Shared Widening Operator CType ( _
	value As Counter64 _
) As ULong
static implicit operator unsigned long long (
	Counter64^ value
)

Parameters

value
Counter64
Counter64 class whose value is cast as UInt64 value

Return Value

UInt64 value of the Counter64 class.

See Also