ReadOnlySpan<T>.GetHashCode Metodo

Definizione

Attenzione

GetHashCode() on ReadOnlySpan will always throw an exception.

Non supportata. Genera un oggetto NotSupportedException.

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

Restituisce

Non supportata.

Attributi

Eccezioni

Generata sempre da questo metodo.

Commenti

Non supportata.

Si applica a