Click or drag to resize

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
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

Type: Boolean

Implements

IDictionary TKey, TValue Remove(TKey)
See Also