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
Determines whether the OrderedDictionary TKey, TValue contains the specified key.
Namespace: IBM.WebSphere.CachingAssembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax
Parameters
- key
- Type: TKey
The key to locate in the OrderedDictionary TKey, TValue .
Return Value
true if the OrderedDictionary TKey, TValue contains the item associated with the specified key; otherwise, false.Implements
IDictionary TKey, TValue ContainsKey(TKey)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when key is null. |
See Also