C#中对集合排序的三种方式

C#中对集合排序的三种方式对集合排序,可能最先想到的是使用OrderBy方法。
class Program
{
static void Main(string[]