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
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.
Adds an item with the specified key and value to the OrderedDictionary TKey, TValue .
Namespace: IBM.WebSphere.CachingAssembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax
Implements
ICollection T Add(T)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when the kvp key is null. |
System.Collections.Generic KeyNotFoundException | Thrown when the kvp key is not found. |
Remarks
See Also