Click or drag to resize
MessagePackObject  Conversion (Int64 to MessagePackObject)
Convert Int64instance to MessagePackObject instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static implicit operator MessagePackObject (
	long value
)

Parameters

value
Type: SystemInt64
Int64 instance.

Return Value

Type: MessagePackObject
MessagePackObject instance corresponds to value.
See Also