OrderedDictionary TKey, TValue  Add Method (TKey, TValue)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

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

Parameters

key
Type: TKey
The key of the item to add.
value
Type: TValue
The value of the item to add.

Implements

IDictionary TKey, TValue  Add(TKey, TValue)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown when key is null.
Remarks

Use this property to add a new item to the collection. Items are appended to the end of the collection. A key cannot be null; however a value can be. To update an existing item, use either the Item Int32  or the Item Int32  property.
See Also