Span<T>.GetHashCode Metodo

Definizione

Attenzione

GetHashCode() on Span will always throw an exception.

Genera un oggetto NotSupportedException.

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

Restituisce

Int32

Le chiamate a questo metodo generano sempre NotSupportedException.

Attributi

Eccezioni

Le chiamate a questo metodo non sono supportate.

Si applica a