Span<T>.GetHashCode Yöntem

Tanım

Dikkat

GetHashCode() on Span will always throw an exception.

Bir NotSupportedExceptionoluşturur.

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

Döndürülenler

Int32

Bu yönteme yapılan çağrılar her zaman bir NotSupportedExceptionoluşturur.

Öznitelikler

Özel durumlar

Bu yönteme yapılan çağrılar desteklenmez.

Şunlara uygulanır