TensorSpan<T>.GetHashCode 方法

定义

注意

GetHashCode() on TensorSpan will always throw an exception.

不支持此方法,因为无法装箱跨度。

public:
 override int GetHashCode();
[System.Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
public override int GetHashCode ();
[<System.Obsolete("GetHashCode() on TensorSpan will always throw an exception.")>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

属性

例外

此方法始终引发。

适用于