TypedSortedListEx
TKey
,
TValue
Remove Method (
TKey
)
|
Removes the element with the specified key from SortedListEx.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual bool Remove(
TKey key
)
Public Overridable Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
)
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
Parameters
-
key
-
Type:
TKey
The key of the element to remove.
Return Value
Type:
Boolean
Implements
IDictionary
TKey, TValue
Remove(TKey)
See Also