HtmlNodeCollectionAddRange Method

Add a series of HTML nodes to this list.

Definition

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

Parameters

collection  IEnumerableHtmlNodeItem
Reference to the collection of items to add.

See Also