<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Code,We play with each other..._分类_C#</title><id>http://feed.cnblogs.com/blog/u/24059/category/165991/rss</id><updated>2012-06-02T12:25:50Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/category/165991.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24059/category/165991/rss"/><entry><id>http://www.cnblogs.com/huazai/archive/2009/08/30/1556866.html</id><title type="text">KeyedCollection&amp;lt;TKey, TItem&amp;gt;与IDictionary&amp;lt;TKey, TValue&amp;gt;的区别</title><summary type="text">Everybody都知道IDictionary&lt;TKey, TValue&gt;表示键/值对的泛型集合，是键/值对的泛型集合的基接口，典型的应用就是字典类Dictionary，但清楚KeyedCollection&lt;TKey, TItem&gt;的应用吗，与IDictionary又有什么区别呢？ 它提供集合键嵌入在值中的集合的抽象基类,是基于 IList&lt;T&gt; 泛型接口的集合...</summary><published>2009-08-30T13:59:00Z</published><updated>2009-08-30T13:59:00Z</updated><author><name>PoulXia</name><uri>http://www.cnblogs.com/huazai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huazai/archive/2009/08/30/1556866.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/archive/2009/08/30/1556866.html"/><content type="text">Everybody都知道IDictionary&lt;TKey, TValue&gt;表示键/值对的泛型集合，是键/值对的泛型集合的基接口，典型的应用就是字典类Dictionary，但清楚KeyedCollection&lt;TKey, TItem&gt;的应用吗，与IDictionary又有什么区别呢？ 它提供集合键嵌入在值中的集合的抽象基类,是基于 IList&lt;T&gt; 泛型接口的集合...</content></entry><entry><id>http://www.cnblogs.com/huazai/archive/2008/11/30/1344149.html</id><title type="text">对引用类型的一点理解</title><summary type="text">C#把所有的类都看做是引用类型，那我们比较两个类型的实例是怎么去比较的呢？通常我们比较两个引用类型是看这两个引用是否指向内存中相同的地址不是比较引用类型存储数据的内容,指向相同的地址也就是看它是不是引用相同的内存。Example:public Class Employee{public string name;public string Name{get{return name;}set {nam...</summary><published>2008-11-30T02:39:00Z</published><updated>2008-11-30T02:39:00Z</updated><author><name>PoulXia</name><uri>http://www.cnblogs.com/huazai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huazai/archive/2008/11/30/1344149.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/archive/2008/11/30/1344149.html"/><content type="text">C#把所有的类都看做是引用类型，那我们比较两个类型的实例是怎么去比较的呢？通常我们比较两个引用类型是看这两个引用是否指向内存中相同的地址不是比较引用类型存储数据的内容,指向相同的地址也就是看它是不是引用相同的内存。Example:public Class Employee{public string name;public string Name{get{return name;}set {nam...</content></entry></feed>
