Class ListControlItems<T>
Internal items container for list controls.
public class ListControlItems<T> : Collection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IList, ICollection, IListControlItems<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged
Type Parameters
T
Type of the item.
- Inheritance
-
Collection<T>Collection<T>ListControlItems<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Derived
Constructors
- ListControlItems()
Initializes a new instance of the ListControlItems<T> class.
- ListControlItems(IEnumerable<T>)
Initializes a new instance of the ListControlItems<T> class class that contains elements copied from the specified collection.
- ListControlItems(List<T>)
Initializes a new instance of the ListControlItems<T> class that contains elements copied from the specified list.
Properties
Methods
- Initialize()
Common initialization method called from the constructors.