Multiple choice .net vb Which of the following class does not belong to Collection namespace ArrayList Queue DictionaryList Stack Reveal answer Fill a bubble to check yourself C Correct answer Explanation ArrayList, Queue, and Stack are all classes in the System.Collections namespace. 'DictionaryList' does not exist in the .NET Framework; the dictionary class is 'Dictionary' (generics) or 'Hashtable' (non-generic).