Login
Nederlands
About
Consulting
Projects
Resume
Contact Me!
Any fool can write code that a computer can understand.
Good programmers
write code that
humans
can
understand
.
- Martin Fowler
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.