Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 930 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 930 Bytes

NOTE: this project is not maintained. Check out my newer project DarkHelpers for an updated async collection

AsyncObservableCollection

An enhanced cross-platform ObservableCollection that let's you use it asynchronously with ease by initializing it with a dispatcher, that all the additions and other actions go through. It also has the AddRange method.

NuGet

NuGet Status

Install NuGet package. PM> Install-Package Divis.AsyncObservableCollection

How to use

For information on how to use it please check out the Wiki.