List.cs List.txt Dictionary.cs Dictionary.txt Queue.cs Queue.txt Stack.cs Stack.txt


  Demonstrate Collections.Generic.Dictionary
 ============================================
  the value of key "two" is 2
  the dictionary holds keys:
  zero one two three four
  the dictionary holds values:
  0 1 2 3 4
  Dictionary values can be containers:
  the type of dictColl is Dictionary>
  it contains:
  first: 1 2 3 4 5
  second: 2 3 4 5

Press any key to continue . . .