コード例 #1
0
ファイル: Outcome.g.cs プロジェクト: liuhonglei/Narvalo.NET
 public static Outcome <unit> Skip <TSource>(this Outcome <TSource> @this)
 {
     /* T4: NotNull(@this) */
     return(@this.ContinueWith(Outcome.Unit));
 }