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
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.
Gets or sets the value associated with the specified index.
Namespace: IBM.WebSphere.CachingAssembly: 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 Int32Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Thrown when index is less than 0 or greater than the number of elements in the collection. |
Remarks
See Also