예제 #1
0
 public ArgumentListMatcher(ArgumentVariable variable)
 {
     _variable = variable;
 }
예제 #2
0
 public ArgumentMatcher(ArgumentVariable variable, int following)
 {
     _variable = variable;
     _following = following;
 }