How to build a LINQ query from text at runtime?

前端 未结 5 1645
时光说笑
时光说笑 2021-01-02 03:15

I have a

class A {
   public int X;
   public double Y;
   public string Z;
   // and more fields/properties ...
};

and a List

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