Method | Description | |
---|---|---|
EnumerateEntries ( this config ) : string>>.IEnumerable |
||
GetIntValue ( this config, string key, int defaultValue = int.MinValue ) : int | ||
GetStringValue ( this config, string key, string defaultValue = null ) : string |
Method | Description | |
---|---|---|
EnumerateEntriesImpl ( this config ) : string>>.IEnumerable |
||
GuardConfigNotNull ( IConfiguration config ) : void |
public static EnumerateEntries ( this config ) : string>>.IEnumerable |
||
config | this | |
return | string>>.IEnumerable |
public static GetIntValue ( this config, string key, int defaultValue = int.MinValue ) : int | ||
config | this | |
key | string | |
defaultValue | int | |
return | int |
public static GetStringValue ( this config, string key, string defaultValue = null ) : string | ||
config | this | |
key | string | |
defaultValue | string | |
return | string |