Deserializing XML File with multiple element attributes - attributes are not deserializing

后端 未结 4 2093
你的背包
你的背包 2020-12-09 16:40

Using C# .Net 4 -- XML Sample (Real sample has 6 attributes)


  25         


        
4条回答
  •  再見小時候
    2020-12-09 17:08

    You are defining the attributes on TestElement while they should be on TestXML. Example:

    @"
          26
      "
    

提交回复
热议问题