Configuration Include Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Completely replaces this node with another node tree, positioning the new tree in the place of local node. Existing node is deleted after this operation completes, in its place child nodes from other node are inserted preserving their existing order. Attributes of other node get merged into parent of existing node

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Include(
	ConfigSectionNode existing,
	ConfigSectionNode other
)
See Also