1 // CS0266: Cannot implicitly convert type `object' to `System.Collections.ArrayList'. An explicit conversion exists (are you missing a cast?)
4 using System
.Collections
;
8 static Hashtable h
= new Hashtable ();
10 public static void Main ()
12 ArrayList l
= h
["hola"] = new ArrayList ();