add method
add
Adds an element with the provided key and value to the IDictionary object.
def add(self, key, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | any | The Object to use as the key of the element to add. |
| value | any | The Object to use as the value of the element to add. |
See Also
- module
aspose.cad - class
NonGenericDictionary