GenericExtensionExtensionTypeWithLazyInitialization Method |
Sets up the lazy initialization over this property
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public void WithLazyInitialization(
Func<Object, ExtensionType> initializer
)
Parameters
- initializer
- Type: SystemFuncObject, ExtensionType
Property initializer
See Also