コード例 #1
0
 public VerbalExpression RepeatPrevious(int n)
 {
     _verbalExpression.RepeatPrevious(n);
     return(this);
 }