Beispiel #1
0
 public StateBuilder <TState, TParentBuilder> OnEnter(Action <TState> action)
 {
     ContractState.SetEnterAction(() => action(ContractState));
     return(this);
 }