![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowThen | Then (Action step) |
| IAllowThen | Then< T1 > (Action< T1 > step, T1 arg1) |
| IAllowThen | Then< T1, T2 > (Action< T1, T2 > step, T1 arg1, T2 arg2) |
| IAllowThen | Then< T1, T2, T3 > (Action< T1, T2, T3 > step, T1 arg1, T2 arg2, T3 arg3) |
| Public Member Functions inherited from GenerallyPositive.IAllowAnd | |
| IAllowThen | And (Action step) |
| IAllowThen | And< T1 > (Action< T1 > step, T1 arg1) |
| IAllowThen | And< T1, T2 > (Action< T1, T2 > step, T1 arg1, T2 arg2) |
| IAllowThen | And< T1, T2, T3 > (Action< T1, T2, T3 > step, T1 arg1, T2 arg2, T3 arg3) |
Definition at line 1347 of file Interfaces.cs.