public DCType_32 EchoDCType_32(DCType_32 param_DCType_32)
 {
     return param_DCType_32;
 }
 public DCType_32[] ReverseDCType_32Array(DCType_32[] param_DCType_32)
 {
     if (param_DCType_32 == null)
     {
         return null;
     }
     return param_DCType_32.Reverse().ToArray();
 }
Beispiel #3
0
 public DCType_32 EchoDCType_32(DCType_32 input)
 {
     return(input);
 }
Beispiel #4
0
 public DCType_32 EchoDCType_32([FromUri] DCType_32 input)
 {
     return(input);
 }
 public DCType_32 EchoDCType_32(DCType_32 param_DCType_32)
 {
     return(param_DCType_32);
 }