Click or drag to resize
ObjectFactoryTUseCompiledLambda Property
If true, the compiled lambda expression is used to create new objects. Set to true if the factory will be creating a lot of objects

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
protected bool UseCompiledLambda { get; set; }

Property Value

Type: Boolean
See Also