Span<T>.GetHashCode Método

Definição

Cuidado

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

Retornos

Int32

As chamadas a esse método sempre geram uma NotSupportedException.

Atributos

Exceções

Não há suporte para chamadas a esse método.

Aplica-se a