HtmlNodeCollectionAddRange Method
Add a series of HTML nodes to this list.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void AddRange(
IEnumerable<HtmlNodeItem> collection
)
Public Sub AddRange (
collection As IEnumerable(Of HtmlNodeItem)
)
No code example is currently available or this language may not be supported.
Parameters
- collection IEnumerableHtmlNodeItem
-
Reference to the collection of items to add.