[]
Abstracts the transformation of a data source into a collection.
public interface IDataCollection<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged where T : class?
Name | Description |
---|---|
T | The type of the items in the collection. |
Name | Description |
---|---|
GetItemType() | Gets the type of the item. |