CollectionMessagePackSerializerTCollection, TItemGetCount Method |
Returns count of the collection.
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected override int GetCount(
TCollection collection
)
Protected Overrides Function GetCount (
collection As TCollection
) As Integer
protected:
virtual int GetCount(
TCollection collection
) override
abstract GetCount :
collection : 'TCollection -> int
override GetCount :
collection : 'TCollection -> int
Parameters
- collection
- Type: TCollection
A collection. This value will not be null.
Return Value
Type:
Int32The count of the
collection.
See Also