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
The index must be greater than or equal to 0 and the index must be less than the number of elements in the collection; otherwise a
ArgumentOutOfRangeException is thrown.
Removes the item at the specified index from the OrderedDictionary TKey, TValue .
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 item to remove.
Implements
IOrderedDictionary TKey, TValue RemoveAt(Int32)Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Thrown when index is out of range. |
Remarks
See Also