unity how to reorder a list

Code Example - unity how to reorder a list

                
                        texts.Sort((a, b) => a.transform.GetSiblingIndex().CompareTo(b.transform.GetSiblingIndex()));