示例#1
0
 public static pending cont(ValidString reason = null,
                            [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Pending(pending._cont, reason, p, m, l);
示例#2
0
 public pending Via(V reason = null, [P] S p = "", [M] S m = "", [L] int l = 0)
 => Lg.Pending(this, reason, p, m, l);