ServicePoint.GetHashCode 方法

定義

傳回 ServicePoint 執行個體的雜湊值。

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

傳回

整數雜湊值。

備註

方法會 GetHashCode 傳回這個實例的哈希碼。 此值可以當做哈希表中的索引鍵使用。

適用於