For some reason, the code:<BR><BR>foreach (DictionaryEntry de in items) {<BR> myList.Add(de.Value);<BR> }<BR><BR>gives me the error "use of unassigned local variable ...