// access the linked list for a single dictionary key and enumerate the list items
foreach(var stringEntry in myDictionary["keyValue"])
{

}

// access the linked list for all the keys...