[This is preliminary documentation and is subject to change.]
Creates a new empty config root based on laconic format
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ConfigSectionNode NewEmptyRoot(
string name = null
)
public static ConfigSectionNode NewEmptyRoot(
string name = null
)
Public Shared Function NewEmptyRoot (
Optional name As String = Nothing
) As ConfigSectionNode
Public Shared Function NewEmptyRoot (
Optional name As String = Nothing
) As ConfigSectionNode
public:
static ConfigSectionNode^ NewEmptyRoot(
String^ name = nullptr
)
public:
static ConfigSectionNode^ NewEmptyRoot(
String^ name = nullptr
)
static member NewEmptyRoot :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> ConfigSectionNode
static member NewEmptyRoot :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> ConfigSectionNode
Return Value
Type:
ConfigSectionNode