FuncUtilYesSayer Method
Does Jobs and say yes whatever.
Useful for instead of statement: if (check) action(); return check;
now the expression: check && YesSayer(action) is available.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static bool YesSayer(
params Action[] todo
)
Public Shared Function YesSayer (
ParamArray todo As Action()
) As Boolean
public:
static bool YesSayer(
... array<Action^>^ todo
)
static member YesSayer :
todo : Action[] -> bool
- todo Action
- jobs.
Booleantrue.