Edit

Share via


ReadOnlySpan2D<T>.GetHashCode Method

Definition

Caution

GetHashCode() on Span will always throw an exception.

Returns the hash code for this instance.

[System.Obsolete("GetHashCode() on Span will always throw an exception.")]
public override int GetHashCode ();
[<System.Obsolete("GetHashCode() on Span will always throw an exception.")>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

A 32-bit signed integer that is the hash code for this instance.

Attributes

Applies to