Click or drag to resize
MessagePackObject Constructor (IListMessagePackObject)

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	IList<MessagePackObject> value
)

Parameters

value
Type: System.Collections.GenericIListMessagePackObject
The collection to be copied.
See Also