ReadOnlySpan<T>.GetHashCode Método

Definição

Cuidado

GetHashCode() on ReadOnlySpan will always throw an exception.

Sem suporte. Lança 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

Sem suporte.

Atributos

Exceções

Sempre gerado por esse método.

Comentários

Sem suporte.

Aplica-se a