Méthode | Description | |
---|---|---|
IsNullOrEmpty ( this config ) : bool |
Determines if the supplied configuration has any usable content period.
|
|
SafeWithFallback ( this config, |
Retrieves the current configuration or the fallback configuration if the current one is null.
|
public static IsNullOrEmpty ( this config ) : bool | ||
config | this | The configuration used as the source. |
Résultat | bool |
public static SafeWithFallback ( this config, |
||
config | this | The configuration used as the source. |
fallback | The configuration to use as a secondary source. | |
Résultat |