NonGenericDictionary.Add
NonGenericDictionary.Add method
Adds an element with the provided key and value to the IDictionary object.
public void Add(object key, object value)
Parameter | Type | Description |
---|---|---|
key | Object | The Object to use as the key of the element to add. |
value | Object | The Object to use as the value of the element to add. |
See Also
- class NonGenericDictionary
- namespace Aspose.Imaging
- assembly Aspose.Imaging