Click or drag to resize
PackerPack Method (NullableUInt64)
Pack nullable UInt64 value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public Packer Pack(
	Nullable<ulong> value
)

Parameters

value
Type: SystemNullableUInt64
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also