OrderedDictionary 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 associated with the specified index.

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

Parameters

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

Field Value

The value of the item at the specified index.

Implements

IOrderedDictionary TKey, TValue  Item Int32 
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionThrown when index is less than 0 or greater than the number of elements in the collection.
Remarks

A set operation will add or replace a value in the collection, with new values being appended to the end of the collection. A key must be greater than or equal to 0. Values may be null.
See Also