public int GetRemoteHashCode()
 {
     return(m_Upstream.GetRemoteHashCode());
 }
示例#2
0
 public int GetRemoteHashCode()
 {
     return(source.GetRemoteHashCode());
 }