NonCryptographicHashAlgorithm.GetHashCode メソッド

定義

注意事項

Use GetCurrentHash() to retrieve the computed hash code.

このメソッドはサポートされておらず、呼び出すことはできません。 代わりに または GetHashAndReset() を呼び出GetCurrentHash()します。

public:
 override int GetHashCode();
[System.Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
public override int GetHashCode ();
[<System.Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

戻り値

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

属性

例外

すべての場合。

適用対象