encapsulate field
Published: 9. October 2011 | Updated: 9. October 2011License: Microsoft Public License (MS-PL)
Categories: Framework » Basics
Tags: C#
private string _value; public string Value { get { return _value; } set { _value = value; } }
| Send us feedback about this snippet » |





