Working with C# Anonymous Types

前端 未结 8 1543
感动是毒
感动是毒 2020-11-29 12:56

I am calling a method that returns a List variable that contains a c# Anonymous Type objects. For example:

List list = new List()         


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