[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
ConfigNode class
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected ConfigNode(
Configuration conf,
ConfigSectionNode parent
)
protected ConfigNode(
Configuration conf,
ConfigSectionNode parent
)
Protected Sub New (
conf As Configuration,
parent As ConfigSectionNode
)
Protected Sub New (
conf As Configuration,
parent As ConfigSectionNode
)
protected:
ConfigNode(
Configuration^ conf,
ConfigSectionNode^ parent
)
protected:
ConfigNode(
Configuration^ conf,
ConfigSectionNode^ parent
)
new :
conf : Configuration *
parent : ConfigSectionNode -> ConfigNode
new :
conf : Configuration *
parent : ConfigSectionNode -> ConfigNode