コード例 #1
0
 public override int GetHashCode()
 {
     return(ValueType.GetHashCodeOfPtr(this.m_ptr));
 }
コード例 #2
0
ファイル: ArgIterator.cs プロジェクト: lumyus/coreclr
 public override int GetHashCode()
 {
     return(ValueType.GetHashCodeOfPtr(ArgCookie));
 }