GetHashCode() public method

public GetHashCode ( UnaryOpStorage hashStorage, ConversionStorage fixnumCast ) : int
hashStorage UnaryOpStorage
fixnumCast ConversionStorage
return int
示例#1
0
 public static int Hash(UnaryOpStorage/*!*/ hashStorage, ConversionStorage<int>/*!*/ fixnumCast, RubyStruct/*!*/ self) {
     return self.GetHashCode(hashStorage, fixnumCast);
 }
示例#2
0
 public static int Hash(RubyStruct /*!*/ self)
 {
     return(self.GetHashCode());
 }
示例#3
0
 public static int Hash(RubyStruct/*!*/ self) {
     return self.GetHashCode();
 }
示例#4
0
 public static int Hash(UnaryOpStorage /*!*/ hashStorage, ConversionStorage <int> /*!*/ fixnumCast, RubyStruct /*!*/ self)
 {
     return(self.GetHashCode(hashStorage, fixnumCast));
 }