Table of Contents

Class ListControlItems<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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
ListControlItems<T>
Implements
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

AsList

Gets items as IList.

Methods

Initialize()

Common initialization method called from the constructors.