[This is preliminary documentation and is subject to change.]
Performs deep clone copy from another node which can be in this or different configuration
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal ConfigSectionNode(
Configuration conf,
ConfigSectionNode parent,
IConfigSectionNode clone
)
internal ConfigSectionNode(
Configuration conf,
ConfigSectionNode parent,
IConfigSectionNode clone
)
Friend Sub New (
conf As Configuration,
parent As ConfigSectionNode,
clone As IConfigSectionNode
)
Friend Sub New (
conf As Configuration,
parent As ConfigSectionNode,
clone As IConfigSectionNode
)
internal:
ConfigSectionNode(
Configuration^ conf,
ConfigSectionNode^ parent,
IConfigSectionNode^ clone
)
internal:
ConfigSectionNode(
Configuration^ conf,
ConfigSectionNode^ parent,
IConfigSectionNode^ clone
)
new :
conf : Configuration *
parent : ConfigSectionNode *
clone : IConfigSectionNode -> ConfigSectionNode
new :
conf : Configuration *
parent : ConfigSectionNode *
clone : IConfigSectionNode -> ConfigSectionNode