TemplateNodesMerge Method |
Merge the provided nodes into the current collection. Note that the nodes are
added as references and are NOT cloned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Merge(
TemplateNodes nodes
)
Public Sub Merge (
nodes As TemplateNodes
)
Parameters
- nodes
- Type: NetQuarryTemplateNodes
The collection of nodes to merge into this collection.
See Also