Exemple #1
0
 public impending Via(V reason = null, [P] S p = "", [M] S m = "", [L] int l = 0)
 => Lg.Impending(this, reason, p, m, l);
Exemple #2
0
 public static impending doom(ValidString reason = null,
                              [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Impending(impending._doom, reason, p, m, l);