Click or drag to resize

OrderedDictionary<TKey, TValue> .Remove Method

Overload List
  Name Description
Public method Remove(TKey) Removes the value with the specified key from the OrderedDictionary<TKey, TValue> as an O(n) operation.
Public method Remove(TKey, TValue) Removes the value with the specified key from the OrderedDictionary<TKey, TValue> and returns the value as an O(n) operation.
Top
See Also