[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedList-2.Remove

Remove Method

Remove(TKey)

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

Declaration
public bool Remove(TKey key)
Public Function Remove(key As TKey) As Boolean
Parameters
Type Name Description
TKey key

The key of the element to remove.

Returns
Type Description
bool
Implements