HtmlNodeCollectionAddRange Method

Add a series of HTML nodes to this list.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void AddRange(
	IEnumerable<HtmlNodeItem> collection
)

Parameters

collection  IEnumerableHtmlNodeItem
Reference to the collection of items to add.

See Also