Click or drag to resize
CMSLazy<TValue> Constructor
Constructor

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

Parameters

initializer
Type: System.Func<TValue>
Value initialization function
defaultValue (Optional)
Type: TValue
Default value
See Also