G Guest Aug 12, 2004 #1 Hello, I'm trying to create a case-insensitive hashtable with .NET 2.0, any ideas?
J John Vottero Aug 12, 2004 #2 Peter said: Hello, I'm trying to create a case-insensitive hashtable with .NET 2.0, any ideas? Click to expand... In .NET 1.1 use System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable I hope that's still in 2.0!
Peter said: Hello, I'm trying to create a case-insensitive hashtable with .NET 2.0, any ideas? Click to expand... In .NET 1.1 use System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable I hope that's still in 2.0!