Click or drag to resize
Accord.NET (logo)

OrderedDictionary< TKey, TValue> . Remove Method

Overload List
  NameDescription
Public methodRemove(KeyValuePair<TKey, TValue>)
Removes the first occurrence of a specific object from the ICollection<T>.
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionary<TKey, TValue>.
Top
See Also