ReadOnlyTensorSpan<T>.GetHashCode 方法

定義

警告

GetHashCode() on ReadOnlyTensorSpan will always throw an exception.

不支援此方法,因為無法進行 Boxed。

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

傳回

屬性

例外狀況

這個方法一律擲回。

適用於