Citation de code source en C#n° 271
6 June 2016 à 01:30
public int VoteCount
{
get { return this.VoteCount; }
set { this.VoteCount= value;}
}
// A property that sets and gets itself. Awesome infinite recursion.