[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedList-2.RemoveItem

RemoveItem Method

RemoveItem(TKey)

Removes an element with specified key.

Declaration
protected virtual bool RemoveItem(TKey key)
Protected Overridable Function RemoveItem(key As TKey) As Boolean
Parameters
Type Name Description
TKey key
Returns
Type Description
bool