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