|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Studio Wildcard Compiler Directives?Hello lucius,
l> Why can't I do this in C#: l> using mynamespace.subspace.*; U can and it works well. --- WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo Michael Nemtsev <nemt***@msn.com> wrote:
> l> Why can't I do this in C#: Not that I know of - the spec doesn't say any such thing, and the > l> using mynamespace.subspace.*; > > U can and it works well. compiler complains with "Identifier expected". Personally I have no problems with it working the way it does, I only with Visual Studio made it as easy to work with using directives as Eclipse makes it to work with import statements... -- Jon Skeet - <sk***@pobox.com> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet If replying to the group, please do not mail me too Hello Jon Skeet [C# MVP],
J> Michael Nemtsev <nemt***@msn.com> wrote: J> >> l> Why can't I do this in C#: J> Not that I know of - the spec doesn't say any such thing, and the>> l> using mynamespace.subspace.*; >> U can and it works well. >> J> compiler complains with "Identifier expected". J> J> Personally I have no problems with it working the way it does, I only J> with Visual Studio made it as easy to work with using directives as J> Eclipse makes it to work with import statements... Yep, misunderstand OP a little bit :) --- WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo |
|||||||||||||||||||||||