ContractBase.GetRemoteHashCode 方法

定义

获取当前 ContractBase 对象的哈希代码。

public:
 virtual int GetRemoteHashCode();
public virtual int GetRemoteHashCode ();
abstract member GetRemoteHashCode : unit -> int
override this.GetRemoteHashCode : unit -> int
Public Overridable Function GetRemoteHashCode () As Integer

返回

当前 ContractBase 对象的哈希代码。

实现

适用于