Exemplo n.º 1
0
 public Repeat(RepeatKeyword all) : this(all, all)
 {
 }
Exemplo n.º 2
0
 public Repeat(RepeatKeyword x, RepeatKeyword y)
 {
     X = x;
     Y = y;
 }