| 
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
Syntax
 
 
public void Remove(
	Object key
)
 
Public Sub Remove ( 
	key As Object
)
 
public:
virtual void Remove(
	Object^ key
) sealed
 
abstract Remove : 
key : Object -> unit 
override Remove : 
key : Object -> unit 
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
Object
 
 The key of the element to remove.
Implements
 
IDictionary
Remove(Object)
 
 
 See Also
See Also