Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedMap(TKey, TValue) Class
RankedMap(TKey, TValue) Properties
ICollection(KeyValuePair(TKey, TValue)).IsReadOnly Property
ICollection.IsSynchronized Property
ICollection.SyncRoot Property
Comparer Property
Count Property
Keys Property
MaxKey Property
MinKey Property
Values Property
RankedMap
TKey
,
TValue
Count Property
Gets the number of elements in the map.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
int
Count
{
get
; }
Property Value
Type:
Int32
Implements
ICollection
T
Count
ICollection
Count
IReadOnlyCollection
T
Count
Remarks
This is a O(1) operation.
See Also
Reference
RankedMap
TKey, TValue
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)