Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
TKey

Return Value

Boolean

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove(TKey)

See Also