Click or drag to resize

ObservablePropertyChangeTrackerCreateTList, T Method

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public static ObservablePropertyChangeTracker<T> Create<TList, T>(
	TList collection
)
where TList : Object, IList<T>, INotifyCollectionChanged
where T : INotifyPropertyChanged

Parameters

collection
Type: TList
The collection.

Type Parameters

TList
The type of the collection.
T
The type of the items in the collection.

Return Value

Type: ObservablePropertyChangeTrackerT
The ObservablePropertyChangeTrackerT
See Also