G
George Remen
Hello,
I'd like to know if it's somehow possible to refere to FCL object in the
lower case regardless of the case they exist in (unless there is some sort
of conflict between object names).
For example, instead of "Console.WriteLine..." could I somehow say
"console.writeline...". Right now this generates a "type or namespace name
could not be found...". Is there a way to do this?
As I start learning c# and programming I just find its easier to preface
types with extra letters rather than useing caps.
Thanks,
George
I'd like to know if it's somehow possible to refere to FCL object in the
lower case regardless of the case they exist in (unless there is some sort
of conflict between object names).
For example, instead of "Console.WriteLine..." could I somehow say
"console.writeline...". Right now this generates a "type or namespace name
could not be found...". Is there a way to do this?
As I start learning c# and programming I just find its easier to preface
types with extra letters rather than useing caps.
Thanks,
George