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

Inserts an item with the specified key and value into the map at the specified index.

Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Parameters

index
Type: System Int32
Specifies the zero-based index where the item should be inserted
key
Type: TKey
Specifies the key of the item to insert.
value
Type: TValue
Specifies the value of the item to insert.
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionOccurs when index is out of range.
System ArgumentNullExceptionOccurs when a null key is specified.
System ArgumentExceptionOccurs when key already exists in the IOrderedDictionary object.
See Also