You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type: System.Func(T) The delegate that is invoked to produce the lazily initialized value when it is needed.
isThreadSafe
Type: System.Boolean true to make this instance usable concurrently by multiple threads; false to make the instance usable by only one thread at a time.
Type Parameters
T
The type of object that is being lazily initialized.