[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollection-1

IDataCollection<T> Interface

Abstracts the transformation of a data source into a collection.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface IDataCollection<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged where T : class?
Type Parameters
Name Description
T

The type of the items in the collection.

Methods

Name Description
GetItemType()

Gets the type of the item.

Extension Methods