CMSLazyTValue Constructor |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public CMSLazy(
Func<TValue> initializer,
TValue defaultValue = null
)
Parameters
- initializer
- Type: SystemFuncTValue
Value initialization function - defaultValue (Optional)
- Type: TValue
Default value
See Also