Class LazyGetCommonSettings
- Namespace
- SunamoShared.Lazy
- Assembly
- SunamoShared.dll
Lazy-loaded common settings value retrieved by key.
public class LazyGetCommonSettings : LazyString
- Inheritance
-
LazyGetCommonSettings
- Inherited Members
- Extension Methods
Constructors
LazyGetCommonSettings(string, Func<string, bool, string>)
Initializes a new instance with the settings key and retrieval function.
public LazyGetCommonSettings(string key, Func<string, bool, string> appDataGetCommonSettings)