NodeList.Item
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.
public abstract Node this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
Returns node.
See Also
- class Node
- class NodeList
- namespace Aspose.Html.Collections
- assembly Aspose.HTML