ConfigSectionNode MergeAttributes Method NFX Class Library

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

Merges attributes from another node into this one. Another node may belong to a different configuration instance

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

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