ReadOnlySpan<T>.GetHashCode Méthode

Définition

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

Int32

Non pris en charge.

Attributs

Exceptions

Toujours levée par cette méthode.

Remarques

Non pris en charge.

S’applique à