Click or drag to resize

GenericCommandT Constructor

Namespace:  Clio.Utilities.MVVM
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public GenericCommand(
	Expression<Predicate<T>> predicate,
	Action<T> executor
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionPredicateT
executor
Type: SystemActionT
See Also