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