Bruno Medeiros wrote: > > Sidenote: C#'s using-namespace and using-alias do not create new members > in where they are imported, they are not transitive. In other words, > they are like "private import". (As everyone says D's import should be > by default...) > This is why I get along with C# a lot better. Lucas