Skip to content

Instantly share code, notes, and snippets.

View danhab99's full-sized avatar
🏳️‍🌈
Sometimes you have to stop, and patch the bugs in your own life.

Dan Habot danhab99

🏳️‍🌈
Sometimes you have to stop, and patch the bugs in your own life.
View GitHub Profile
@danhab99
danhab99 / EventedType.cs
Last active June 22, 2017 11:54
This object and it's interface can be used to catch the accessors in an object
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ObjDB
{
public interface IEventedType<T>
{