EnumerableMessagePackSerializerBaseTCollection, TItemAddItem Method |
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected virtual void AddItem(
TCollection collection,
TItem item
)
Protected Overridable Sub AddItem (
collection As TCollection,
item As TItem
)
protected:
virtual void AddItem(
TCollection collection,
TItem item
)
abstract AddItem :
collection : 'TCollection *
item : 'TItem -> unit
override AddItem :
collection : 'TCollection *
item : 'TItem -> unit
Parameters
- collection
- Type: TCollection
The collection to be added. - item
- Type: TItem
The item to be added.
Exceptions See Also