ReadOnlySpan<T>.GetHashCode Método

Definição

Cuidado

GetHashCode() on ReadOnlySpan will always throw an exception.

Não há suporte. Gera uma 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

Retornos

Int32

Não há suporte.

Atributos

Exceções

Sempre gerada por este método.

Comentários

Não há suporte.

Aplica-se a