摘要: using System;using System.Reflection;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;namespace ListToXml{ /// <summary> /// 将泛型转化为 XML文本 /// </summary> class Program { static void Main(string[] args) { List<ItemID> list = new List<ItemID> 阅读全文
posted @ 2011-11-10 11:35 juk 阅读(274) 评论(0) 推荐(0)