Click or drag to resize

AtalaObservableDictionary<TKey, TValue>.Add Method (KeyValuePair<TKey, TValue>)

Adds an item to the ICollection<T>.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
The object to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollection<T> is read-only.
See Also