HtmlNodeCollectionAppendMatches(ListHtmlNodeItem, ListHtmlNodeItem, FuncHtmlNodeItem, Boolean) Method
Append items matching the specified pattern to the list of items.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void AppendMatches(
List<HtmlNodeItem> nodes,
List<HtmlNodeItem> targetItems,
Func<HtmlNodeItem, bool> match
)
Public Shared Sub AppendMatches (
nodes As List(Of HtmlNodeItem),
targetItems As List(Of HtmlNodeItem),
match As Func(Of HtmlNodeItem, Boolean)
)
No code example is currently available or this language may not be supported.
Parameters
- nodes ListHtmlNodeItem
-
Reference to the collection of source nodes to search.
- targetItems ListHtmlNodeItem
-
Reference to the collection of target items.
- match FuncHtmlNodeItem, Boolean
-
Reference to the function pattern to match.