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 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.
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
IDictionary TKey, TValue Add(TKey, TValue)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when key is null. |
Remarks
See Also