Beispiel #1
0
 public Repeat(RepeatKeyword all) : this(all, all)
 {
 }
Beispiel #2
0
 public Repeat(RepeatKeyword x, RepeatKeyword y)
 {
     X = x;
     Y = y;
 }