示例#1
0
文件: Foo.cs 项目: SY81517/Quiita
 public Task <bool> DoSomethingAsync(string value)
 {
     return(_ifooObject.DoSomethingAsync(value));
 }