B
Brian
I was studying someone else's code and came across something like this:
myX .Blah();
And it puzzled me because I didn't think it'd compile. It did.
I'm sure I haven't stumbled onto something new. C# doesn't care about
white space inbetween an instance variable and a method? Is this a
bonefide part of the spec or just a feature of Studio 2003?
Thanks.
myX .Blah();
And it puzzled me because I didn't think it'd compile. It did.
I'm sure I haven't stumbled onto something new. C# doesn't care about
white space inbetween an instance variable and a method? Is this a
bonefide part of the spec or just a feature of Studio 2003?
Thanks.