Click or drag to resize

TypedSortedListEx TKey , TValue Remove Method (Object)

Removes the element with the specified key from the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Remove(
	Object key
)

Parameters

key
Type: System Object
The key of the element to remove.

Implements

IDictionary Remove(Object)
See Also