Click or drag to resize
ObjectConditionTInput Constructor
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ObjectCondition(
	Func<TInput, bool> condition
)

Parameters

condition
Type: SystemFuncTInput, Boolean
Condition for the factory
See Also