コード例 #1
0
 public int IntegerObjectGetHashCode()
 {
     return(_idInteger.GetHashCode());
 }
コード例 #2
0
 public int FloatObjectGetHashCode()
 {
     return(_idFloat.GetHashCode());
 }
コード例 #3
0
 public int StringObjectGetHashCode()
 {
     return(_idString.GetHashCode());
 }
コード例 #4
0
 public int NoneObjectGetHashCode()
 {
     return(_idNone.GetHashCode());
 }
コード例 #5
0
 public int GetHashCodeInteger()
 {
     return(_id2.GetHashCode());
 }
コード例 #6
0
 public int GetHashCodeString()
 {
     return(_id1.GetHashCode());
 }
コード例 #7
0
 public int GetHashCodeNone()
 {
     return(_id0.GetHashCode());
 }