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
Inserts an item with the specified key and value into the map at 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 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
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Occurs when index is out of range. |
System ArgumentNullException | Occurs when a null key is specified. |
System ArgumentException | Occurs when key already exists in the IOrderedDictionary object. |
See Also