Beispiel #1
0
 public action Via(V reason = null,
                   [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Action(reason, p, m, l);
Beispiel #2
0
 public static action done(V reason = null,
                           [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Action(reason, p, m, l);
Beispiel #3
0
 public static action @void(ValidString reason = null,
                            [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Action(reason, p, m, l);