remove method
remove
Removes the element with the specified key from the IDictionary object.
def remove(self, key):
...
Parameter | Type | Description |
---|---|---|
key | any | The key of the element to remove. |
See Also
- module
aspose.cad
- class
NonGenericDictionary
Removes the element with the specified key from the IDictionary object.
def remove(self, key):
...
Parameter | Type | Description |
---|---|---|
key | any | The key of the element to remove. |
aspose.cad
NonGenericDictionary