IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Removes the item with the specified key from the OrderedDictionary TKey, TValue .
Namespace: IBM.WebSphere.CachingAssembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax
Parameters
- key
- Type: TKey
The key of the item to remove.
Return Value
true if the item is successfully removed; otherwise false. false is also returned if the key is not found.Implements
IDictionary TKey, TValue Remove(TKey)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when key is null. |
See Also