[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedSortedDictionary-2.RemoveItem

RemoveItem Method

RemoveItem(TKey)

Removes an element with specified key.

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