Multiple choice .net vb

Which of the following class does not belong to Collection namespace

  1. ArrayList

  2. Queue

  3. DictionaryList

  4. 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).