how to sort List in c# / .net

前端 未结 4 1342
时光说笑
时光说笑 2021-01-11 10:25

I have a class PropertyDetails:

public class PropertyDetails
{

     public int Sequence { get; set; }

     public int Length { get; set; }

           


        
4条回答
提交回复
热议问题