|
|
Summary of properties in C# | We mention and summarize some important properties of properties. |
| The syntax of a C# property. Here we show both the getter and setter. At least one of them must be present. |
|
A C# property will often have the same name as a private data member The name of the property is capitalized - the name of the data member is not | Naming conventions - pertain to coding style. |