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