Take some properties, like private int teaCupCount;
This web generator will generate the following code:
1 |
public int TeaCupCount { get { return teaCupCount; } set { teaCupCount = value; } } |
Try it on
Take some properties, like private int teaCupCount;
This web generator will generate the following code:
1 |
public int TeaCupCount { get { return teaCupCount; } set { teaCupCount = value; } } |
Try it on