Click or drag to resize
GenericExtensionExtensionTypeWithLazyInitialization Method
Sets up the lazy initialization over this property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public void WithLazyInitialization(
	Func<Object, ExtensionType> initializer
)

Parameters

initializer
Type: SystemFuncObject, ExtensionType
Property initializer
See Also