Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedDictionary(TKey, TValue) Class
RankedDictionary(TKey, TValue) Methods
ICollection(KeyValuePair(TKey, TValue)).Add Method
IDictionary.Add Method
ICollection(KeyValuePair(TKey, TValue)).Contains Method
IDictionary.Contains Method
ICollection.CopyTo Method
IEnumerable(KeyValuePair(TKey, TValue)).GetEnumerator Method
IDictionary.GetEnumerator Method
IEnumerable.GetEnumerator Method
ISerializable.GetObjectData Method
IDeserializationCallback.OnDeserialization Method
ICollection(KeyValuePair(TKey, TValue)).Remove Method
IDictionary.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
TryGetValue Method
TryGetValueAndIndex Method
RankedDictionary
TKey
,
TValue
Remove Method
Removes an element with the supplied key from the dictionary.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
bool
Remove
( TKey
key
)
Parameters
key
Type:
TKey
The key of the element to remove.
Return Value
Type:
Boolean
true
if the element was successfully found and removed; otherwise
false
.
Implements
IDictionary
TKey, TValue
Remove(TKey)
Exceptions
Exception
Condition
ArgumentNullException
When
key
is
null
.
Remarks
This is a O(log
n
) operation.
See Also
Reference
RankedDictionary
TKey, TValue
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)