[Mono-list] Inconsistent namespaces || I am really dumb

John Barnette jbarn@httcb.net
Mon, 9 Jul 2001 20:23:49 -0600


Looking through the current set of classes, I notice that, for example,

mcs/class/corlib/System.CodeDom/CodeArrayCreateExpression.cs
contains: namespace System.CodeDOM { ... }

while

mcs/class/corlib/System.Collections/IDictionary.cs
contains: namespace MCS.System.Collections { ... }

Is this an unintentional inconsistency, or am I missing something?


~ j.