NodeListItem Property
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.

Namespace: Aspose.Html.Collections
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract Node this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Node
Returns node.
See Also