| オーバーロード | 解説 |
|---|---|
| Sort() | System.Collections.Generic.List<Event>から継承されます。 |
| Sort(IComparer<Event>) | System.Collections.Generic.List<Event>から継承されます。 |
| Sort(Int32,Int32,IComparer<Event>) | System.Collections.Generic.List<Event>から継承されます。 |
| Sort(Comparison<Event>) | System.Collections.Generic.List<Event>から継承されます。 |