Skip to content

Instantly share code, notes, and snippets.

View fairking's full-sized avatar
🚩
Always busy

Den fairking

🚩
Always busy
  • United Kingdom, London
View GitHub Profile
@fairking
fairking / ObservableInterceptor.cs
Last active May 15, 2021 10:58
ObservableInterceptor
using System;
using System.Collections.Generic;
using System.Reflection;
using Castle.DynamicProxy;
namespace MyTest.Observable
{
internal class ObservableInterceptor : IInterceptor
{
public bool IsChanged { get; protected set; }