The InTheHand.Collections.ObjectModel namespace contains classes that can be used as collections in the object model of a reusable library.
| C# | Visual Basic |
namespace InTheHand.Collections.ObjectModel
Namespace InTheHand.Collections.ObjectModel
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| ObservableCollection<(Of <(<'T>)>)> |
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
| |
| ReadOnlyObservableCollection<(Of <(<'T>)>)> |
Represents a read-only ObservableCollection<(Of <(<'T>)>)>.
|