[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TestApplication(
ConfigSectionNode cfgRoot = null
)
public TestApplication(
ConfigSectionNode cfgRoot = null
)
Public Sub New (
Optional cfgRoot As ConfigSectionNode = Nothing
)
Public Sub New (
Optional cfgRoot As ConfigSectionNode = Nothing
)
public:
TestApplication(
ConfigSectionNode^ cfgRoot = nullptr
)
public:
TestApplication(
ConfigSectionNode^ cfgRoot = nullptr
)
new :
?cfgRoot : ConfigSectionNode
(* Defaults:
let _cfgRoot = defaultArg cfgRoot null
*)
-> TestApplication
new :
?cfgRoot : ConfigSectionNode
(* Defaults:
let _cfgRoot = defaultArg cfgRoot null
*)
-> TestApplication