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 specified item from the OrderedDictionary TKey, TValue .
Namespace: IBM.WebSphere.CachingAssembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax
Parameters
Return Value
true if the item is successfully removed; otherwise false is returned. false is also returned if the item is not found.Implements
ICollection T Remove(T)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when the kvp key is null. |
See Also