Click or drag to resize

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
)

Parameters

nodes
Type: NetQuarryTemplateNodes
The collection of nodes to merge into this collection.
See Also