[]
Initializes a new instance of the NotificationCollectionAdapter<TSource, TTarget> class.
public NotificationCollectionAdapter(INotificationCollection<TSource> collection, Func<TSource, int, TTarget> convert)
| Type | Name | Description |
|---|---|---|
| INotificationCollection<TSource> | collection | The collection to adapt. |
| Func<TSource, int, TTarget> | convert | The function which converts the collection items to |