Span<T>.GetHashCode Método

Definição

Atenção

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

Devoluções

As chamadas a este método lançam sempre um NotSupportedException.

Atributos

Exceções

Chamadas a este método não são suportadas.

Aplica-se a