[]
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?
Public Interface IDataCollection(Of Out T As Class)
Inherits IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| T | The type of the items in the collection. |
| Name | Description |
|---|---|
| GetItemType() | Gets the type of the item. |