[]
Abstracts a group of IDataCollection<T>.
public interface IDataCollectionGroup<out K, out T> : IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged where K : class where T : class?
Name | Description |
---|---|
K | |
T |
Name | Description |
---|---|
Group | Gets the key that identifies the group. |