public DCType_42 EchoDCType_42(DCType_42 param_DCType_42)
 {
     return param_DCType_42;
 }
 public DCType_42[] ReverseDCType_42Array(DCType_42[] param_DCType_42)
 {
     if (param_DCType_42 == null)
     {
         return null;
     }
     return param_DCType_42.Reverse().ToArray();
 }
Beispiel #3
0
 public DCType_42 EchoDCType_42(DCType_42 input)
 {
     return(input);
 }
Beispiel #4
0
 public DCType_42 EchoDCType_42([FromUri] DCType_42 input)
 {
     return(input);
 }
 public DCType_42 EchoDCType_42(DCType_42 param_DCType_42)
 {
     return(param_DCType_42);
 }