コード例 #1
0
ファイル: CertaintiesLogging.cs プロジェクト: r2d2m/active-lt
 public loop Via(V reason = null, [P] S p = "", [M] S m = "", [L] int l = 0)
 => Lg.Forever(reason, p, m, l);
コード例 #2
0
ファイル: CertaintiesLogging.cs プロジェクト: r2d2m/active-lt
 public static loop cont(ValidString reason = null,
                         [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Forever(reason, p, m, l);