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 List.Enumerator structure, and Generic SortedList class
Overview
Generic version of the
Arraylist
class.
Sorted version of the
generic List
class.
Automatically sorts items based on the key.