NumberLiteralValue Constructor (UInt64) |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic NumberLiteralValue(
ulong value
)
Public Sub New (
value As ULong
)
public:
NumberLiteralValue(
unsigned long long value
)
new :
value : uint64 -> NumberLiteralValue
Parameters
- value
- Type: SystemUInt64
See Also