Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Collections.ObjectModel Namespace

The System.Collections.ObjectModel namespace contains classes that can be used as collections in the object model of a reusable library. Use these classes when properties or methods return collections.

  ClassDescription
Public classCollection<(Of <(T>)>)Provides the base class for a generic collection.
Public classKeyedCollection<(Of <(TKey, TItem>)>)Provides the abstract base class for a collection whose keys are embedded in the values.
Public classObservableCollection<(Of <(T>)>)Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
Public classReadOnlyCollection<(Of <(T>)>)Provides the base class for a generic read-only collection.
Public classReadOnlyObservableCollection<(Of <(T>)>)Represents a read-only ObservableCollection<(Of <(T>)>).
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker