public static int Hash(
ReadOnlySpan<byte> bytes
)Public Shared Function Hash (
bytes As ReadOnlySpan(Of Byte)
) As Integerpublic:
static int Hash(
ReadOnlySpan<unsigned char> bytes
)static member Hash :
bytes : ReadOnlySpan<byte> -> int