オーバーロード | 解説 |
---|---|
Sort() | Sorts the elements in the entire List using the default comparer. System.Collections.Generic.List<Style>から継承されます。 |
Sort(IComparer<Style>) | System.Collections.Generic.List<Style>から継承されます。 |
Sort(Int32,Int32,IComparer<Style>) | System.Collections.Generic.List<Style>から継承されます。 |
Sort(Comparison<Style>) | System.Collections.Generic.List<Style>から継承されます。 |