Span<T>.GetHashCode Méthode

Définition

Attention

GetHashCode() on Span will always throw an exception.

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

Int32

Les appels à cette méthode lèvent toujours une NotSupportedException.

Attributs

Exceptions

Les appels à cette méthode ne sont pas pris en charge.

S’applique à