ReadOnlySpan<T>.GetHashCode Yöntem

Tanım

Dikkat

GetHashCode() on ReadOnlySpan will always throw an exception.

Desteklenmez. Bir NotSupportedExceptionoluşturur.

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

Döndürülenler

Desteklenmez.

Öznitelikler

Özel durumlar

Her zaman bu yöntem tarafından oluşturulur.

Açıklamalar

Desteklenmez.

Şunlara uygulanır