UniqueTypeList<T> Class
A list of unique items of the specified type.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
public class UniqueTypeList<T> :
IList<T>,
ICollection<T>,
IEnumerable<T>,
IEnumerable,
IOfficeCollection<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of elements in the list. |
Inheritance
Object
UniqueTypeList<T>
See Also