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