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

◆ GetHashCode()

override int System.ReadOnlySpan< T >.GetHashCode ( )
inline

Definition at line 158 of file ReadOnlySpan.cs.

159 {
160 throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
161 }

References System.SR.NotSupported_CannotCallGetHashCodeOnSpan.