IOrderedDictionary TKey, TValue  RemoveAt Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Removes the item at the specified index from the IOrderedDictionary object.

Namespace: IBM.WebSphere.Caching
Assembly: 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

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