public Int16 Year { get { if session(year) == null) new Int16()); return Convert.ToInt16(session(year)); } set { session(year) , value); } }
YourNamespace.YourClass x = new YourNamespace.YourClass(); Int16 year = x.Year;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)