Oh I must have read the question wrong since thats the defailt :-) wouldn't expect someone to ask how.
On Thu, Apr 10, 2008 at 4:54 PM, Marc Brooks <[EMAIL PROTECTED]> wrote: > > > I am looking for a case sensitive string- or generic dictionary, meaning > > > the > > > key should not automatically be converted to lower case. > > > > > Dictionary<string, V> nodes = new Dictionary<string, V>( > > StringComparer.OrdinalIgnoreCase ) ? > > He want's sensitive, not insensitve: > > Dictionary<string, V> nodes = new Dictionary<string, > V>(StringComparer.Ordinal); > > Oh, and I think this is well worth spelling out so it's clear you want > Ordinal. > > -- > "Your lack of planning DOES constitute an emergency on my part... so > PLAN BETTER! " > > Marc C. Brooks > http://musingmarc.blogspot.com > > =================================== > This list is hosted by DevelopMentor(R) http://www.develop.com > > > > View archives and manage your subscription(s) at http://discuss.develop.com > -- Studying for the Turing test =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com