[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableDictionary-2.Remove

Remove Method

Remove(TKey)

Removes the element with the specified key from the ObservableDictionary<TKey, TValue>.

Declaration
public bool Remove(TKey key)
Parameters
Type Name Description
TKey key

The key of the element to remove.

Returns
Type Description
bool

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original ObservableDictionary<TKey, TValue>.

Implements