[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,
string name,
string value
)
protected ConfigNode(
Configuration conf,
ConfigSectionNode parent,
string name,
string value
)
Protected Sub New (
conf As Configuration,
parent As ConfigSectionNode,
name As String,
value As String
)
Protected Sub New (
conf As Configuration,
parent As ConfigSectionNode,
name As String,
value As String
)
protected:
ConfigNode(
Configuration^ conf,
ConfigSectionNode^ parent,
String^ name,
String^ value
)
protected:
ConfigNode(
Configuration^ conf,
ConfigSectionNode^ parent,
String^ name,
String^ value
)
new :
conf : Configuration *
parent : ConfigSectionNode *
name : string *
value : string -> ConfigNode
new :
conf : Configuration *
parent : ConfigSectionNode *
name : string *
value : string -> ConfigNode