Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedMap(TKey, TValue) Class
RankedMap(TKey, TValue) Methods
ICollection(KeyValuePair(TKey, TValue)).Add Method
ICollection(KeyValuePair(TKey, TValue)).Contains Method
ICollection.CopyTo Method
IEnumerable(KeyValuePair(TKey, TValue)).GetEnumerator Method
IEnumerable.GetEnumerator Method
ISerializable.GetObjectData Method
IDeserializationCallback.OnDeserialization Method
ICollection(KeyValuePair(TKey, TValue)).Remove Method
Add Method
Clear Method
ContainsKey Method
ContainsValue Method
CopyTo Method
ElementAt Method
ElementAtOrDefault Method
ElementsBetween Method
ElementsBetweenIndexes Method
ElementsFrom Method
First Method
GetEnumerator Method
GetObjectData Method
IndexOfKey Method
IndexOfValue Method
Last Method
OnDeserialization Method
Remove Method
RemoveAll Method
RemoveAt Method
RemoveRange Method
RemoveWhere Method
RemoveWhereElement Method
Reverse Method
Skip Method
SkipWhile Method
TryGetGreaterThan Method
TryGetGreaterThanOrEqual Method
TryGetLessThan Method
TryGetLessThanOrEqual Method
RankedMap
TKey
,
TValue
Clear Method
Removes all elements from the map.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
void
Clear
()
Implements
ICollection
T
Clear
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)