实体转Xml存储和遍历所有Xml节点
摘要:public class Student { public string First { get; set; } public string Last { get; set; } public int ID { get; set; } public string Street { get; set; } public string City { get; set; } public List Scores; } List students = new List() { ...
阅读全文
posted @ 2012-03-01 16:52
浙公网安备 33010602011771号