Removes the element with the specified key from the IDictionary<TKey, TValue>.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
Parameters
- key
- Type: System.String
The key of the element to remove.
Return Value
Type: Booleantrue if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionary<TKey, TValue>.
Implements
IDictionary<TKey, TValue>.Remove(TKey)See Also