System.Collections.ObjectModel Namespace
.NET Framework 2.0
Provides classes that can be used as collections.
| Class | Description | |
|---|---|---|
![]() | Collection | Provides the base class for a generic collection. |
![]() | KeyedCollection | Provides the abstract base class for a collection whose keys are embedded in the values. |
![]() | ObservableCollection | Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed. |
![]() | ReadOnlyCollection | Provides the base class for a generic read-only collection. |
![]() | ReadOnlyObservableCollection | Represents a read-only ObservableCollection. |
Community Additions
ADD
Show:
