纸上得来终觉浅,绝知此事要躬行。

 

文章分类 -  Linq

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

导航