I have below code in c# 4.0.
//Dictionary object with Key as string and Value as List of Component type object Dictionary>
I do so.
List list = new List(); if(list.Count>0){ Object obj = list[0]; }