[This is preliminary documentation and is subject to change.]
Returns config node per optional context
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
ConfigSectionNode ProvideConfigNode(
Object context = null
)
ConfigSectionNode ProvideConfigNode(
Object context = null
)
Function ProvideConfigNode (
Optional context As Object = Nothing
) As ConfigSectionNode
Function ProvideConfigNode (
Optional context As Object = Nothing
) As ConfigSectionNode
ConfigSectionNode^ ProvideConfigNode(
Object^ context = nullptr
)
ConfigSectionNode^ ProvideConfigNode(
Object^ context = nullptr
)
abstract ProvideConfigNode :
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> ConfigSectionNode
abstract ProvideConfigNode :
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> ConfigSectionNode
Return Value
Type:
ConfigSectionNode