IOrderedDictionary TKey, TValue  Item Property (Int32)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Gets or sets the value with the specified index.

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

Parameters

index
Type: System Int32
Specifies the zero-based index of the value to get or set.

Return Value

The value of the item at the specified index.
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionOccurs when index is less than 0 or greater than the Count value.
See Also