Click or drag to resize

HtmlNodeCollectionCopyTo Method

Copy collection to array

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax
public void CopyTo(
	HtmlNode[] array,
	int arrayIndex
)

Parameters

array
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also