While writing my C# extractor, I bumped into the type System.Collections.Generic.List`1/Enumerator and its namespace field is empty. I am still novice as far as generics are concerned, so I have two questions: Why is the type appearing with a trailing /? Why is the namespace field empty?
thanx in advance, -- -- mono-cecil
