Ejemplo n.º 1
0
 public static Outcome <unit> Skip <TSource>(this Outcome <TSource> @this)
 {
     /* T4: NotNull(@this) */
     return(@this.ContinueWith(Outcome.Unit));
 }