示例#1
0
 public string MethodWithSimilarArguments(int flags, DummyArgumentType[] bars)
 {
     return "ExactMatch";
 }
示例#2
0
 public GetMethodByArgumentValuesTarget(int flag, DummyArgumentType[] bars)
 {
     SelectedConstructor = "ExactMatch";
 }