Example #1
0
 public override int GetHashCode()
 {
     ThrowHelper.ThrowNotSupportedException_CannotCallGetHashCodeOnSpan();
     // Prevent compiler error CS0161: 'Span<T>.GetHashCode()': not all code paths return a value
     return(default(int));
 }