OrderedDictionary TKey, TValue  ContainsKey Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Namespace: IBM.WebSphere.Caching
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax

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

ExceptionCondition
System ArgumentNullExceptionThrown when key is null.
See Also