OrderedDictionary TKey, TValue  Add Method (KeyValuePair 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

kvp
Type: System.Collections.Generic KeyValuePair TKey, TValue 
The key-value pair to add.

Implements

ICollection T  Add(T)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown when the kvp key is null.
System.Collections.Generic KeyNotFoundExceptionThrown when the kvp key is not found.
Remarks

Use this property to add value in the collection. Values 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 TKey  property.
See Also