| ObservablePropertyChangeTrackerCreateTList, T Method |
Namespace: TomsToolbox.ObservableCollectionsAssembly: 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
Public Shared Function Create(Of TList As {Object, IList(Of T), INotifyCollectionChanged}, T As INotifyPropertyChanged) (
collection As TList
) As ObservablePropertyChangeTracker(Of T)
Parameters
- collection TList
- The collection.
Type Parameters
- TList
- The type of the collection.
- T
- The type of the items in the collection.
Return Value
ObservablePropertyChangeTrackerTThe
ObservablePropertyChangeTrackerTSee Also