public ActionBase() { this.idx = CallbackTable.Register(null); }
public Action(System.Action action) { this.idx = CallbackTable.Register(action); }