ConfigSectionNode AddChildNode Method NFX Class Library

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

Overload List

  NameDescription
Public methodAddChildNode(String)
Public methodAddChildNode(IConfigSectionNode)
Adds a new child node into this one deeply cloning nodes data from some other node which may belong to a different conf instance
Public methodAddChildNode(String, Object)
Public methodAddChildNode(String, String)
Adds a new child section node to this node
Back to Top
See Also