A Day Late and a Property Declaration Short
I know this is a bit late to the game, but this morning, as I’m refactoring a bunch of old code to be shared with a new project, I’m cleaning up the C# 2.0 property declarations we all know and love: public class SaleResponse: Response { protected bool _addressVerificationSuccess; public virtual bool AddressVerificationSuccess { [DebuggerStepThrough]…
Continue reading A Day Late and a Property Declaration Short →