public DCType_9 EchoDCType_9(DCType_9 param_DCType_9)
 {
     return param_DCType_9;
 }
 public DCType_9[] ReverseDCType_9Array(DCType_9[] param_DCType_9)
 {
     if (param_DCType_9 == null)
     {
         return null;
     }
     return param_DCType_9.Reverse().ToArray();
 }
Beispiel #3
0
 public DCType_9 EchoDCType_9(DCType_9 input)
 {
     return(input);
 }
Beispiel #4
0
 public DCType_9 EchoDCType_9([FromUri] DCType_9 input)
 {
     return(input);
 }
 public DCType_9 EchoDCType_9(DCType_9 param_DCType_9)
 {
     return(param_DCType_9);
 }