Source code quote in C#n° 271
June 06, 2016 am30 01:30
public int VoteCount
{
get { return this.VoteCount; }
set { this.VoteCount= value;}
}
// A property that sets and gets itself. Awesome infinite recursion.