Sort list by field (C#) June 11, 2023 by Tarik list.Sort((x,y) => x.m_valRating.CompareTo(y.m_valRating));