Skip to content

Instantly share code, notes, and snippets.

View daveneeley's full-sized avatar

Dave Neeley daveneeley

  • Salt Lake City, UT
View GitHub Profile
@daveneeley
daveneeley / gist:1603849
Created January 12, 2012 23:44 — forked from Porges/gist:1603793
Repro for StackOverflow #8609110
using System;
using System.ComponentModel;
using System.Diagnostics.Contracts;
using System.Linq.Expressions;
namespace ConsoleApplication
{
class MyViewModel<T> : INotifyPropertyChanged
{
/// <summary>