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

◆ CreateCaseInsensitiveHashtable() [1/3]

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

Definition at line 5 of file CollectionsUtil.cs.

6 {
7 return new Hashtable(StringComparer.CurrentCultureIgnoreCase);
8 }

References System.StringComparer.CurrentCultureIgnoreCase.