コード例 #1
0
 public string GetFoo(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
コード例 #2
0
 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();
 }
コード例 #4
0
 public Task <string> GetFooAsync(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }