ConfigExtension Type
Constructors
| Constructor | Description |
|
|
Static members
| Static member | Description | ||
Full Usage:
ConfigExtension.GetRootAsDynamic(configuration)
Parameters:
IConfiguration
Returns: obj
An expando object represents given section
|
|
||
Full Usage:
ConfigExtension.GetSectionAsDynamic(configuration, section)
Parameters:
IConfiguration
section : string
Returns: obj
An expando object representing the requested section. A section with no keys
yields an empty expando object (mirroring IConfiguration.GetSection, which never returns
null), so callers can layer their own defaults underneath, e.g. Akka's reference.conf.
|
|
FCQRS