Exemple #1
0
 /** <inheritDoc /> */
 public ServicesTest.PlatformComputeBinarizable testBinarizable(ServicesTest.PlatformComputeBinarizable x)
 {
     return(x == null ? null : new ServicesTest.PlatformComputeBinarizable {
         Field = x.Field + 1
     });
 }
 /** <inheritDoc /> */
 public ServicesTest.PlatformComputeBinarizable testBinarizable(ServicesTest.PlatformComputeBinarizable x)
 {
     return(_svc.testBinarizable(x));
 }