Click or drag to resize
NonGenericListMessagePackSerializerTListAddItem Method
Adds the deserialized item to the collection on TList specific manner to implement UnpackToCore(Unpacker, T).

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected override void AddItem(
	TList collection,
	Object item
)

Parameters

collection
Type: TList
The collection to be added.
item
Type: SystemObject
The item to be added.
See Also