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

Note: Only a member of this blog may post a comment.

Blog Widget by LinkWithin