Skip to content

Instantly share code, notes, and snippets.

View Sulaymahn's full-sized avatar
👻
Feeling like Unghostdude

Sulaymahn Mukhtar Sulaymahn

👻
Feeling like Unghostdude
View GitHub Profile
@kzu
kzu / ObservableDictionary.cs
Last active October 6, 2023 11:01
An ObservableDictionary<TKey, TValue>
// Licensed by Daniel Cazzulino under the MIT License
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using System.Text;