C#中的幾個實用的代碼

創建xml對應的對象類 根節點,對應類名 [XmlRoot("ComponentLog ")] public class ComponentLog{ } 其他節點,對應屬性名 [XmlElement("LogCategory")] public string logCategory { get; set; } 也可以對應集合(如果同一節點有多個的話) [XmlElement("LogContent
相關文章
相關標籤/搜索