How to make a property Readonly in c#?

Saturday, July 18, 2009

private int eno;

public int EmployeeNo
{

get
{
return eno;
}

}

0 comments

Post a Comment

www.codecollege.NET

Blog Widget by LinkWithin