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