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