Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool Remove( KeyValuePair<TKey, TValue> item )
Public Function Remove ( item As KeyValuePair(Of TKey, TValue) ) As Boolean
public: virtual bool Remove( KeyValuePair<TKey, TValue> item ) sealed
abstract Remove : item : KeyValuePair<'TKey, 'TValue> -> bool override Remove : item : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- item
- KeyValuePair<(Of <(<'TKey, TValue>)>)>