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

◆ GetHashCode() [5/5]

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

Definition at line 25 of file OrdinalCaseSensitiveComparer.cs.

26 {
27 if (obj == null)
28 {
29 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.obj);
30 }
31 return obj.GetHashCode();
32 }

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