[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.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode AddChildNode(
IConfigSectionNode clone
)
public ConfigSectionNode AddChildNode(
IConfigSectionNode clone
)
Public Function AddChildNode (
clone As IConfigSectionNode
) As ConfigSectionNode
Public Function AddChildNode (
clone As IConfigSectionNode
) As ConfigSectionNode
public:
ConfigSectionNode^ AddChildNode(
IConfigSectionNode^ clone
)
public:
ConfigSectionNode^ AddChildNode(
IConfigSectionNode^ clone
)
member AddChildNode :
clone : IConfigSectionNode -> ConfigSectionNode
member AddChildNode :
clone : IConfigSectionNode -> ConfigSectionNode
Return Value
Type:
ConfigSectionNode