.Net
By Piush Shukla
Saturday, 21 April 2012
How to declare a property in a class
How to declare a property in a class?
int m_PersonID = 0;
public int PersonID
{
get { return m_PersonID; }
set { m_PersonID = value; }
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment