asp.net - Dictionary Object -


Can you repeat through an object that contains objects and anum types

  foreach (mute & lt; some object, inum type> myDic in my object) {if (enumType.myType == enumType.Type) {something here ...}}  
  foreach (keyValuePair  foo in myObjects) {if (Foo.Value == enumType.Type) {// your thang}}  

Comments