示例#1
0
 public string GetFoo(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
 public string GetFoo(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Task <string> GetFooAsync(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
 public Task <string> GetFooAsync(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }