- PascalCase for all types regardless of visibility
- PascalCase for public members and const members
- camelCase for private members, parameters and variables
- No spaces before
()
for method calls and definitions - No spaces before
[]
- Space before
()
inif
,for
,while
- Space before
{
- Spaces inside
{ }
when on the same line -{ get; set; }
- Spaces after any
;
if statements follow it