ObservableHashSet<T>
Class
An observable collection that ensures all items are unique, similar to a HashSet but with change notifications.
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
The type of elements in the set.
Syntax:
C#
public class ObservableHashSet<T> : ObservableCollection<T>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<T>ObservableCollection<T>ObservableHashSet<T>
Implements:
Inherited Members
Constructors
C#
public ObservableHashSet()