Click or drag to resize

OrderedDictionaryTKey, TValueRemove Method

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