Click or drag to resize
MessagePackObject Constructor (Int32)
Initializes a new instance of the MessagePackObject type which wraps Int32 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	int value
)

Parameters

value
Type: SystemInt32
A MessagePackObject value to be wrapped.
See Also