HashCode.GetHashCode メソッド

定義

注意事項

HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.

このメソッドはサポートされていないため、呼び出さないでください。

public:
 override int GetHashCode();
[System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)]
public override int GetHashCode();
[<System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返品

このメソッドは常に NotSupportedExceptionをスローします。

属性

例外

このメソッドが呼び出されると常にスローされます。

適用対象