treeList.Sort((x, y) => x.SortIndex < y.SortIndex ? -1 : 0);

相关文章: