brian_winfield
Senior Member
USA
33 Posts |
Posted - Feb 01 2004 : 1:45:07 PM
|
When I have Repair Case turned on and create a C# property the "get" keyword always get capitilized. I could not find no way around this, which means I have to turn off "Repair Case". The C# keyword "set" does not get capitilized.
For Example:
int test { get <--- This will always change to "Get" { } set { }
} |
Brian S Winfield |
|