![]() |
Ordered
|
Name | Description | |
---|---|---|
![]() |
Remove(TKey) | Removes the value with the specified key from the OrderedDictionary<TKey, TValue> as an O(n) operation. |
![]() |
Remove(TKey, TValue) | Removes the value with the specified key from the OrderedDictionary<TKey, TValue> and returns the value as an O(n) operation. |