J
Johann Blake
Is this a bug in the C# compiler when it parses code, or is there a
legitimate reason why the following code is legal. If so, explain why.
On a form, add an option button (radio button). Call it option1.
In code behind the form, simply write this line of code (make sure to
include the space after the word option1 and the dot:
this.option1 .Checked = true;
This compiles on my machine. Why? What makes using a space legitimate.
Regards,
Johann Blake
legitimate reason why the following code is legal. If so, explain why.
On a form, add an option button (radio button). Call it option1.
In code behind the form, simply write this line of code (make sure to
include the space after the word option1 and the dot:
this.option1 .Checked = true;
This compiles on my machine. Why? What makes using a space legitimate.
Regards,
Johann Blake