GetHashCode() 공개 메소드

public GetHashCode ( UnaryOpStorage hashStorage, ConversionStorage fixnumCast ) : int
hashStorage UnaryOpStorage
fixnumCast ConversionStorage
리턴 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));
 }