コード例 #1
0
 /// <summary>
 /// Gives the hash code of the location
 /// </summary>
 /// <returns></returns>
 //^ [Confined, MustOverride]
 public override int GetHashCode()
 {
     return(_offset.GetHashCode() ^ _methodDefinition.GetHashCode());
 }
コード例 #2
0
 public override int GetHashCode()
 {
     return(method.GetHashCode());
 }