Method GetHashCode
GetHashCode(Char[], Int32, Int32)
Returns hash of chars in range start (inclusive) to
end (inclusive)
Declaration
public static int GetHashCode(char[] array, int start, int end)
Parameters
Type |
Name |
Description |
System.Char[] |
array |
|
System.Int32 |
start |
|
System.Int32 |
end |
|
Returns
Type |
Description |
System.Int32 |
|
GetHashCode(Byte[], Int32, Int32)
Returns hash of bytes in range start (inclusive) to
end (inclusive)
Declaration
public static int GetHashCode(byte[] array, int start, int end)
Parameters
Type |
Name |
Description |
System.Byte[] |
array |
|
System.Int32 |
start |
|
System.Int32 |
end |
|
Returns
Type |
Description |
System.Int32 |
|