PresentationDictionary<TKey, TValue>.Remove(KeyValuePair<TKey, TValue>) Method
Removes the specified key-value pair from the dictionary.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | KeyValuePair<TKey, TValue> | The key-value pair to remove from the dictionary. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Remove(KeyValuePair<TKey, TValue>)
See Also