A queue of paired values
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Dictionary dictionary = new Dictionary();
or
KeyValuePair<string,string> myKVP = new KeyValuePair<string,string>();
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001modified on Friday, September 5, 2008 11:31 AM
-
Did you try Queue<KeyValuePair<string, string>> ?
Regards Senthil [MVP - Visual C#] _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro