C# Sorting a jagged array of objects
问题 Using C#, I have a 2D Jagged array containing objects, what I want to achieve is to sort this Jagged array based on a public property within these objects I have created a sample below of my problem, I have limited experience with using LINQ, but I have attemped using it and have failed, I have also proceeded to create a swap method if needed. Any insight would be much welcomed, thank you //[][] of Objects private MyObject[][] jaggedArray = new MyObject[3][] { new MyObject[5] { new MyObject()