[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionGroup-2

IDataCollectionGroup<K, T> Interface

Abstracts a group of IDataCollection<T>.

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

Properties

Name Description
Group

Gets the key that identifies the group.

Extension Methods