Skip to content

Instantly share code, notes, and snippets.

View PrinceOwen9466's full-sized avatar
🌊
Go Deeper

Prince PrinceOwen9466

🌊
Go Deeper
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Threading;
namespace WpfApplication1
{
public class AsyncObservableCollection<T> : ObservableCollection<T>
{
private readonly SynchronizationContext _synchronizationContext = SynchronizationContext.Current;