public ListType_1[] ReverseListType_1Array(ListType_1[] param_ListType_1)
 {
     if (param_ListType_1 == null)
     {
         return null;
     }
     return param_ListType_1.Reverse().ToArray();
 }
 public ListType_1 EchoListType_1(ListType_1 param_ListType_1)
 {
     return param_ListType_1;
 }
 public ListType_1 EchoListType_1(ListType_1 param_ListType_1)
 {
     return(param_ListType_1);
 }