SocketAddress.GetHashCode 方法

定义

充当特定类型的哈希函数,适用于哈希算法以及哈希表之类的数据结构中。

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

返回

当前 Object 的哈希代码。

适用于

另请参阅