Click or drag to resize
CMSLazyTValue Constructor
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public CMSLazy(
	Func<TValue> initializer,
	TValue defaultValue = null
)

Parameters

initializer
Type: SystemFuncTValue
Value initialization function
defaultValue (Optional)
Type: TValue
Default value
See Also