Span<T>.GetHashCode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
GetHashCode() on Span will always throw an exception.
Lève un 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
Retours
Les appels à cette méthode lèvent toujours une NotSupportedException.
- Attributs
Exceptions
Les appels à cette méthode ne sont pas pris en charge.