public ArgumentListMatcher(ArgumentVariable variable)
 {
     _variable = variable;
 }
示例#2
0
 public ArgumentMatcher(ArgumentVariable variable, int following)
 {
     _variable = variable;
     _following = following;
 }