CollectionExtensionsSynchCollection Method |
Name | Description | |
---|---|---|
SynchCollectionT(IListT, IEnumerableT) | Synches the collection items to the target collection items.
Note: This does not observe sort order.
Read our blog on this topic:
Making a Better ObservableCollection Part 1 – Extensions | |
SynchCollectionT(ObservableCollectionT, IListT, Boolean) | Synches the collection items to the target collection items.
Read our blog on this topic:
Making a Better ObservableCollection Part 1 – Extensions |