IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Gets or sets the value with the specified index.
Namespace: IBM.WebSphere.CachingAssembly: 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
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Occurs when index is less than 0 or greater than the Count value. |
See Also