Exemple #1
0
 public static action @void(V reason = null,
                            [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Action(reason, p, m, l);
Exemple #2
0
 public static action Do(object arg,
                         [P] S path = "", [M] S member = "", [L] int line = 0)
 => status.log ? Lg.Action(null, path, member, line) : action._done;