Tag Archives: CallerMemberName

C# next should support raising PropertyChanged without requiring back field

As you know, we can define C# class properties using a very simple syntax – that’s great: public <Type> MyProperty {get; set;} On the other side, [CallerMemberName] attribute has been recently introduced helping us (among a few other things) to … Continue reading

Posted in .NET, C# | Tagged , , , | Leave a comment