Click or drag to resize

HtmlAttributeCollectionCopyTo Method

Copies 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(
	HtmlAttribute[] array,
	int arrayIndex
)

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also