Skip to content

Instantly share code, notes, and snippets.

View VTLukaszMichalski's full-sized avatar

Łukasz Michalski VTLukaszMichalski

  • VIATechnik
  • Szczecin, Poland
  • 22:07 (UTC +02:00)
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;