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.