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

◆ GetHashCode() [5/5]

override int System.OrdinalIgnoreCaseComparer.GetHashCode ( string obj)
inline

Definition at line 38 of file OrdinalIgnoreCaseComparer.cs.

39 {
40 if (obj == null)
41 {
42 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.obj);
43 }
44 return obj.GetHashCodeOrdinalIgnoreCase();
45 }

References System.obj, and System.ThrowHelper.ThrowArgumentNullException().