ArgumentException: 必须至少有一个对象实现 IComparable。 --Message: 必须至少有一个对象实现 IComparable。 StackTrace: 在 System.Collections.Comparer.Compare(Object a, Object b) 在 System.Linq.EnumerableSorter`2.CompareKeys(Int32 index1, Int32 index2) 在 System.Linq.EnumerableSorter`1.QuickSort(Int32[] map, Int32 left, Int32 right) 在 System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count) 在 System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext() 在 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) 在 System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) 在 DynamicClass.FilterAndOrderByQuickerText(IEnumerable`1 source, String keyword) 在 DynamicClass.ApplyFilter() 在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)