logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linq 实现动态 orderby

class Pet{public string Name{get;set;}public int Age{get;set;}}void Main(){Pet[] pets = { new Pet { Name="Tim", Age=18 },new Pet { Name="Allen", Age=22 },new Pet { Name="Bill", Age=20

#linq
到底了