示例#1
0
 public Test.MyStruct1 opMyStruct1(Test.MyStruct1 s, Ice.Current current)
 {
     return(s);
 }
示例#2
0
 public Test.MyStruct1 opMyStruct1(Test.MyStruct1 s, Current current) => s;
示例#3
0
 opMyStruct1Async(Test.MyStruct1 value, Ice.Current current)
 {
     return(Task.FromResult(value));
 }
示例#4
0
 opMyStruct1Async(Test.MyStruct1 value, Current current) => Task.FromResult(value);