Better ListView Class Reference

HashList(TKey,TValue).Remove(KeyValuePair) Method

Removes the first occurrence of a specific object from the ICollection`1.

public bool HashList(
   KeyValuePair<TKey, TValue> item
);

Parameters

item
The object to remove from the ICollection`1.

Return Value

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.

Implements

ICollection<KeyValuePair<TKey, TValue>>.Remove

Exceptions

Exception Type Condition
NotSupportedException The ICollection`1 is read-only.

See Also

HashList<TKey, TValue> Class | ComponentOwl.BetterListView.Collections Namespace | HashList<TKey, TValue>.Remove Overload List