Posted 18 years ago
by Jeff Hutt
-
Blade Games World
If in a new document I type
using System.
You would expect all the inner namespaces to show up. However if it is the only line in the document it doesn't show the right thing. In this case it shows the root namespaces again (Microsoft, System) as inner namespaces of System.
However if you simply add another line to the document it works as it's supposed to.
Christian
using System.
You would expect all the inner namespaces to show up. However if it is the only line in the document it doesn't show the right thing. In this case it shows the root namespaces again (Microsoft, System) as inner namespaces of System.
However if you simply add another line to the document it works as it's supposed to.
Christian