Exemplo n.º 1
0
 public ArgumentListMatcher(ArgumentVariable variable)
 {
     _variable = variable;
 }
Exemplo n.º 2
0
 public ArgumentMatcher(ArgumentVariable variable, int following)
 {
     _variable = variable;
     _following = following;
 }