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

◆ GetHashCode() [3/3]

int System.Globalization.CompareInfo.GetHashCode ( string source,
CompareOptions options )
inline

Definition at line 1061 of file CompareInfo.cs.

1062 {
1063 if (source == null)
1064 {
1065 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.source);
1066 }
1067 return GetHashCode(source.AsSpan(), options);
1068 }

References System.Globalization.CompareInfo.GetHashCode(), System.options, System.source, and System.ThrowHelper.ThrowArgumentNullException().