ReadOnlySpan<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 ReadOnlySpan will always throw an exception.
Non pris en charge. Lève un 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
Retours
Non pris en charge.
- Attributs
Exceptions
Toujours levée par cette méthode.
Remarques
Non pris en charge.