Ejemplo n.º 1
0
 public void Return(Action <JSValue> returnValueAction)
 {
     SetCurrentState(State.Returned);
     builder.Return(returnValueAction);
 }