[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode AddChildNode(
string name,
Object value
)
public ConfigSectionNode AddChildNode(
string name,
Object value
)
Public Function AddChildNode (
name As String,
value As Object
) As ConfigSectionNode
Public Function AddChildNode (
name As String,
value As Object
) As ConfigSectionNode
public:
ConfigSectionNode^ AddChildNode(
String^ name,
Object^ value
)
public:
ConfigSectionNode^ AddChildNode(
String^ name,
Object^ value
)
member AddChildNode :
name : string *
value : Object -> ConfigSectionNode
member AddChildNode :
name : string *
value : Object -> ConfigSectionNode
Return Value
Type:
ConfigSectionNode