ConfigSectionNode MergeSections Method NFX Class Library

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

Merges child sections from another node into this one. Another node may belong to a different configuration instance. This method ignores override flags and merges nodes regardless

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

public void MergeSections(
	IConfigSectionNode other,
	NodeOverrideRules rules = null
)
See Also