Span<T>.GetHashCode Metod

Definition

Varning

GetHashCode() on Span will always throw an exception.

public:
 override int GetHashCode();
[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

Returer

Anrop till den här metoden genererar alltid en NotSupportedException.

Attribut

Undantag

Anrop till den här metoden stöds inte.

Gäller för