Table of Contents

Interface IDataSource<T>

Namespace
H.Common.Interfaces
Assembly
H.Common.dll
public interface IDataSource<T>

Type Parameters

T
Extension Methods

Properties

Collection

IEnumerable<T> Collection { get; }

Property Value

IEnumerable<T>

Methods

Add(params T[])

void Add(params T[] ts)

Parameters

ts T[]

Delete(params T[])

void Delete(params T[] ts)

Parameters

ts T[]

Events

CollectionChanged

event EventHandler CollectionChanged

Event Type

EventHandler