ReadOnlySpan<T>.GetHashCode Methode

Definition

Achtung

GetHashCode() on ReadOnlySpan will always throw an exception.

Wird nicht unterstützt. Löst eine NotSupportedException aus.

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

Gibt zurück

Int32

Wird nicht unterstützt.

Attribute

Ausnahmen

Wird stets durch diese Methode ausgelöst.

Hinweise

Wird nicht unterstützt.

Gilt für