HtmlNodeItemRecalculateIndex Method

Recalculate the Index property of the nodes in the immediate collection and all of their descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3112.4353
C#
public static void RecalculateIndex(
	List<HtmlNodeItem> nodes
)

Parameters

nodes  ListHtmlNodeItem
Reference to a collection of nodes for which the recalculation will begin at 0.

See Also