Sort a list alphabetically

前端 未结 5 1210
故里飘歌
故里飘歌 2020-12-08 01:19

I have the following class:

class Detail
{
    public Detail()
    {
        _details = new List();
    }
    public IList Detail         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 02:10

    What is wrong with List.Sort()?

    http://msdn.microsoft.com/en-us/library/3da4abas.aspx

提交回复
热议问题