Removes the first occurrence of a specific object from the ICollection`1.
true if item was successfully removed from the ICollection`1; otherwise, false. This method also returns false if item is not found in the original ICollection`1.
ICollection<KeyValuePair<TKey, TValue>>.Remove
Exception Type | Condition |
---|---|
NotSupportedException | The ICollection`1 is read-only. |
HashList<TKey, TValue> Class | ComponentOwl.BetterListView.Collections Namespace | HashList<TKey, TValue>.Remove Overload List