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
CollectionsUtil
Overview
Helper method to create a case-insensitive
Hashtable
or
SortedList
Examples
CollectionsUtil
.
CreateCaseInsensitiveHashtable
(
)
;
CollectionsUtil
.
CreateCaseInsensitiveSortedList
(
)
;