UniqueItemCollection<T> Class
OBSOLETE
The UniqueItemCollection class in now obsolete. Use the NotifyingCollection class instead.
For internal use.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Obsolete("The UniqueItemCollection class in now obsolete. Use the NotifyingCollection class instead.")]
public class UniqueItemCollection<T> :
NotifyingCollection<T>
where T : class
Type Parameters
Name |
---|
T |
Inheritance
Object
Collection<T>
NotifyingCollection<T>
UniqueItemCollection<T>
See Also