Table of Contents

Class LazyString

Namespace
SunamoShared.Lazy
Assembly
SunamoShared.dll

Lazy-loaded string value using common settings retrieval.

public class LazyString : LazyT<string>
Inheritance
LazyString
Derived
Inherited Members
Extension Methods

Constructors

LazyString(Func<string, bool, string>, string)

Initializes a new instance with the retrieval function and key.

public LazyString(Func<string, bool, string> getCommonSettings, string key)

Parameters

getCommonSettings Func<string, bool, string>

The function to retrieve common settings.

key string

The settings key.