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)
Syntaxpublic void Add(
KeyValuePair<TKey, TValue> item
)
Public Sub Add (
item As KeyValuePair(Of TKey, TValue)
)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
The object to add to the ICollection<T>.
Implements
ICollection<T>.Add(T)
ExceptionsException | Condition |
---|
NotSupportedException | The ICollection<T> is read-only. |
See Also