public ListType_2[] ReverseListType_2Array(ListType_2[] param_ListType_2)
 {
     if (param_ListType_2 == null)
     {
         return null;
     }
     return param_ListType_2.Reverse().ToArray();
 }
 public ListType_2 EchoListType_2(ListType_2 param_ListType_2)
 {
     return param_ListType_2;
 }
Exemplo n.º 3
0
 public ListType_2 EchoListType_2(ListType_2 param_ListType_2)
 {
     return(param_ListType_2);
 }