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

◆ GetHashCode()

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

Definition at line 166 of file Span.cs.

167 {
168 throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
169 }

References System.SR.NotSupported_CannotCallGetHashCodeOnSpan.