[]
Collection which takes another collection as source.
public class C1WrapDataCollection<T> : C1WrapDataCollection<T, T>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<T>, INotifyPropertyChanged, IDisposable, ISupportSorting, ISupportFiltering, ISupportGrouping, ISupportVirtualization, ISupportConnection, ISupportAsyncLoading<T>, ISupportIncrementalLoading, ISupportRefreshing, ISupportRangeEditing<T>, ISupportEditing<T>, ISupportCreateNewItem<T>, ISupportPaging, ISupportSource where T : class?
Name | Description |
---|---|
T | The type of the items in the collection. |
Name | Description |
---|---|
C1WrapDataCollection() | Initializes a new instance of the C1WrapDataCollection<T> class. |
C1WrapDataCollection(IEnumerable) | Initializes a new instance of the C1WrapDataCollection<T> class. |
Name | Description |
---|---|
CreateInternalList(IReadOnlyList<T>) | Creates the internal list from the source. |
GetItemType() | Gets the type of the item. |
IndexOf(T) | Gets the index of the specified item. |