[[
learning:exam70-536:genericsorteddictionary
]]
David Cumps
You are here:
start
»
learning
»
learning:exam70-536
»
learning:exam70-536:genericsorteddictionary
Generic SortedDictionary class
Overview
Generic version of the
Hashtable
class.
Sorted version of the
generic Dictionary
class.
Contains
KeyValuePair<K, T>
internally.
Automatically sorts items based on the key.
learning/exam70-536/genericsorteddictionary.txt · Last modified: 2008/09/16 16:00 by david
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported