Beispiel #1
0
        public static RLStruct_TypeTableRecordList FromRestList <T>(RestList <T> restList, Func <T, RCStruct_TypeTableRecord> converter)
        {
            RLStruct_TypeTableRecordList result = new RLStruct_TypeTableRecordList();

            result.InnerFromRestList(restList, converter);
            return(result);
        }