Exemple #1
0
 public StateBuilder <TState, TParentBuilder> OnExit(Action <TState> action)
 {
     ContractState.SetExitAction(() => action(ContractState));
     return(this);
 }