C# | Listview.Itemssource.orderby(d

前端 未结 0 1795
时光取名叫无心
时光取名叫无心 2021-01-02 12:57

What does \'d\' mean in the following code?

        listView.ItemsSource = notes
            .OrderBy(d => d.Date)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题