示例#1
0
 public override int GetHashCode()
 {
     return(Utilities.GetHashCode(Str, Start, Length));
 }
示例#2
0
 private static int GetHashCode(int key)
 {
     return(Utilities.GetHashCode(key));
 }
示例#3
0
 public int GetHashCode(char[] x)
 {
     return(Utilities.GetHashCode(x, 0, x.Length));
 }