>FromYourCode();

Source code quote in C#271

  6 June, 2016 at 01:30
public int VoteCount
{
 get { return this.VoteCount; }
 set { this.VoteCount= value;}
}

// A property that sets and gets itself. Awesome infinite recursion.

Check similar quotes

Share this quote