NonCryptographicHashAlgorithm.GetHashCode メソッド

定義

注意事項

Use GetCurrentHash() to retrieve the computed hash code.

このメソッドはサポートされていないため、呼び出さないでください。 代わりに GetCurrentHash() または GetHashAndReset() を呼び出します。

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

属性

例外

いずれの場合も。

適用対象