For example this:
var foo = Bar.Baz.Qux;
...may be written like this:
var foo = Bar.Baz. Qux;
...and it will still work just fine.
No comments:
Post a Comment