|
|
|
|
|
by eworoshow
6136 days ago
|
|
A minor point, but C# will generate simple getters and setters for you automatically with syntax like "type Property { get; private set; }". As soon as you want to do anything interesting when get or set, however, you're back to playing human compiler. |
|