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 をスローします。

属性

例外

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

適用対象