News

Locations of visitors to this page
    To Do: Blog 1000

One of My Favorite C# 2.0 Features

public class Foo
{
    private string _name;
    public string Name
    {
        get { return _name; }
        protected set { _name = value; }
    }
}

Wednesday, May 11, 2005 8:28 AM

Feedback

# re: One of My Favorite C# 2.0 Features

That is quite a nice one, I wasnt aware of it before. Thanks for pointing it out. Have a nice day. 5/12/2005 2:48 AM | Vijay shankar ganesh K

Post a comment





 

Please add 7 and 6 and type the answer here: