ObjectConditionTInput Constructor |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public ObjectCondition(
Func<TInput, bool> condition
)
Parameters
- condition
- Type: SystemFuncTInput, Boolean
Condition for the factory
See Also