代码之家  ›  专栏  ›  技术社区  ›  Manish Basantani

System.Collections与System.Collections.ObjectModel

  •  6
  • Manish Basantani  · 技术社区  · 14 年前

    There seem to be certain collection classes in System.Collections.ObjectModel as well. What is the difference between the collections under these two namespaces and in which scenario should we use System.Collections.ObjectModel?

    3 回复  |  直到 11 年前
        2
  •  0
  •   Matthew Dresser    14 年前

    System.Collections.ObjectModel

        3
  •  0
  •   jyoung    14 年前

    To wrap a collection as a keyed collection, the KeyedCollection can be used as a base class for a helper.