Span<T>.GetHashCode Methode

Definition

Achtung

GetHashCode() on Span will always throw an exception.

Löst eine NotSupportedException aus.

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

Gibt zurück

Int32

Beim Aufrufen dieser Methode wird immer NotSupportedException ausgelöst.

Attribute

Ausnahmen

Das Aufrufen dieser Methode wird nicht unterstützt.

Gilt für