Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateCaseInsensitiveHashtable() [2/3]

static Hashtable System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable ( IDictionary d)
inlinestatic

Definition at line 15 of file CollectionsUtil.cs.

16 {
17 return new Hashtable(d, StringComparer.CurrentCultureIgnoreCase);
18 }

References System.StringComparer.CurrentCultureIgnoreCase.