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
Removes the item at the specified index from the IOrderedDictionary object.
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the item to remove.
Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Occurs when index is less than 0 or greater than Count value. |
See Also