Click or drag to resize

ObservablePropertyChangeTrackerCreateTList, T Method


Namespace: TomsToolbox.ObservableCollections
Assembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static ObservablePropertyChangeTracker<T> Create<TList, T>(
	TList collection
)
where TList : Object, IList<T>, INotifyCollectionChanged
where T : INotifyPropertyChanged

Parameters

collection  TList
The collection.

Type Parameters

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

Return Value

ObservablePropertyChangeTrackerT
The ObservablePropertyChangeTrackerT
See Also