The application-specified hash function.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public delegate uint HashFunctionDelegate( byte[] data ) |
Visual Basic (Declaration) |
---|
Public Delegate Function HashFunctionDelegate ( _ data As Byte() _ ) As UInteger |
Visual C++ |
---|
public delegate unsigned int HashFunctionDelegate( array<unsigned char>^ data ) |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
A byte string representing a key in the database