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
System_CAPS_pubclassCollection(Of T)

Provides the base class for a generic collection.

System_CAPS_pubclassReadOnlyDictionary(Of TKey, TValue).KeyCollection

Represents a read-only collection of the keys of a ReadOnlyDictionary(Of TKey, TValue) object.

System_CAPS_pubclassKeyedCollection(Of TKey, TItem)

Provides the abstract base class for a collection whose keys are embedded in the values.

System_CAPS_pubclassObservableCollection(Of T)

Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.

System_CAPS_pubclassReadOnlyCollection(Of T)

Provides the base class for a generic read-only collection.

System_CAPS_pubclassReadOnlyDictionary(Of TKey, TValue)

Represents a read-only, generic collection of key/value pairs.

System_CAPS_pubclassReadOnlyObservableCollection(Of T)

Represents a read-only ObservableCollection(Of T).

System_CAPS_pubclassReadOnlyDictionary(Of TKey, TValue).ValueCollection

Represents a read-only collection of the values of a ReadOnlyDictionary(Of TKey, TValue) object.

Return to top
Show: