D David Hogue May 24, 2006 #2 Arne said: How do I iterate throgh the Attributes collection Attributes.Keys Click to expand... foreach(string key in Attributes.Keys) { string value = Attributes[key]; }
Arne said: How do I iterate throgh the Attributes collection Attributes.Keys Click to expand... foreach(string key in Attributes.Keys) { string value = Attributes[key]; }