2013年6月11日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Schema;using System.Xml.Serialization;using System.Xml;namespace JohnCore.MyClass{ [XmlRoot("dictionary")] public class SerializableDictionary<TKey, TValue>: Dictionary<TKey, TValue& 阅读全文
posted @ 2013-06-11 11:17 Johnliu 阅读(265) 评论(0) 推荐(0)