Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedDictionary(TKey, TValue) Class
RankedDictionary(TKey, TValue) Properties
IDictionary.IsFixedSize Property
ICollection(KeyValuePair(TKey, TValue)).IsReadOnly Property
IDictionary.IsReadOnly Property
ICollection.IsSynchronized Property
IDictionary.Item Property
IDictionary(TKey, TValue).Keys Property
IReadOnlyDictionary(TKey, TValue).Keys Property
IDictionary.Keys Property
ICollection.SyncRoot Property
IDictionary(TKey, TValue).Values Property
IReadOnlyDictionary(TKey, TValue).Values Property
IDictionary.Values Property
Comparer Property
Count Property
Item Property
Keys Property
MaxKey Property
MinKey Property
Values Property
RankedDictionary
TKey
,
TValue
Count Property
Gets the number of elements in the dictionary.
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
RankedDictionary
TKey, TValue
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)