Exemplo n.º 1
0
 public static int RepeatTests(int repeats)
 {
     return(Appendable
            .Repeat(new IntAppendable(0), repeats)
            .Invoke(new IntAppendable(5))
            .Value);
 }