Overload | Description |
---|---|
Sort() | Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<Style>) |
Sort(IComparer<Style>) | (Inherited from System.Collections.Generic.List<Style>) |
Sort(Int32,Int32,IComparer<Style>) | (Inherited from System.Collections.Generic.List<Style>) |
Sort(Comparison<Style>) | (Inherited from System.Collections.Generic.List<Style>) |