Click or drag to resize
CollectionMessagePackSerializerTCollection, TItemAddItem Method
Adds the deserialized item to the collection on TCollection 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(
	TCollection collection,
	TItem item
)

Parameters

collection
Type: TCollection
The collection to be added.
item
Type: TItem
The item to be added.
See Also