NodeList indexer
NodeList indexer
Method returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
Indexer
Name | Description |
---|---|
index | The index. |
Returns
Returns node.
See Also
- module
aspose.svg.collections
- class
NodeList