MessagePackObject Constructor (IListMessagePackObject) |
Initializes a new instance wraps
IListT.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObject(
IList<MessagePackObject> value
)
Public Sub New (
value As IList(Of MessagePackObject)
)
public:
MessagePackObject(
IList<MessagePackObject>^ value
)
new :
value : IList<MessagePackObject> -> MessagePackObject
Parameters
- value
- Type: System.Collections.GenericIListMessagePackObject
The collection to be copied.
See Also