AtalaObservableDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue) |
Adds an item to the ICollectionT.
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
)
Public Sub Add (
item As KeyValuePair(Of TKey, TValue)
)
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
The object to add to the ICollectionT.
Implements
ICollectionTAdd(T)Exceptions Exception | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also