ValueSource.GetHashCode 方法

定義

傳回這個 ValueSource 的雜湊程式碼。

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

傳回

Int32

32 位元不帶正負號的整數雜湊碼。

備註

此雜湊碼是以 值為基礎 BaseValueSource

適用於

另請參閱