key method
key
Returns the name of the nth key, or null if n is greater than or equal to the number of key/value pairs.
Returns
Key string.
def key(self, n):
...
Parameter | Type | Description |
---|---|---|
n | int | Number of storage item. |
See Also
- module
aspose.svg.dom
- class
IStorage