Deserializing xml to object with dictionary

前端 未结 5 838

This is my class structure:

class DataItem
{
   public string Id { get; set; }
   public string Type { get; set; }

   private Dictionary

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