Class GenericCollectionView<T>
A generic collection view.
Implements
IEnumerable<T>
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class GenericCollectionView<T> : ListCollectionView, ICollectionView, INotifyCollectionChanged, INotifyPropertyChanged, IComparer, ICollectionViewLiveShaping, IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T | The type of the item in the collection. |
Constructors
View SourceGenericCollectionView(IList)
Initializes a new instance of the GenericCollectionView<T> class.
Declaration
public GenericCollectionView(IList collection)
Parameters
| Type | Name | Description |
|---|---|---|
| IList | collection | The collection of items. |