ConfigSectionNode AddChildNode Method (IConfigSectionNode)NFX Class Library

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

Adds a new child node into this one deeply cloning nodes data from some other node which may belong to a different conf instance

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

public ConfigSectionNode AddChildNode(
	IConfigSectionNode clone
)

Return Value

Type: ConfigSectionNode
See Also