NonGenericListMessagePackSerializerTListAddItem Method |
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected override void AddItem(
TList collection,
Object item
)
Protected Overrides Sub AddItem (
collection As TList,
item As Object
)
protected:
virtual void AddItem(
TList collection,
Object^ item
) override
abstract AddItem :
collection : 'TList *
item : Object -> unit
override AddItem :
collection : 'TList *
item : Object -> unit
Parameters
- collection
- Type: TList
The collection to be added. - item
- Type: SystemObject
The item to be added.
See Also