ReadOnlySpan<T>.GetHashCode 方法

定义

注意

GetHashCode() on ReadOnlySpan will always throw an exception.

不支持。 引发 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

返回

不支持。

属性

例外

始终由此方法引发。

注解

不支持。

适用于