Yeah, or if you dont really need the private fields why not just:
public bool Selected { get; set; }
This is by far more readable, and works from C# 3.0 and forward
Yeah, or if you dont really need the private fields why not just:
public bool Selected { get; set; }
This is by far more readable, and works from C# 3.0 and forward