实体转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 JRoger 阅读(505) 评论(0) 推荐(0) 编辑