HashCode Constructor (Byte )
Constructs the class so that the hash code object can be created with an array of bytes representing the hash value.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
hashCode As Byte() _
)
'Usage
Dim hashCode As Byte()
Dim instance As New HashCode(hashCode)
public HashCode(
byte[] hashCode
)
Parameters
hashCode
Type: []A byte array that represents the hash value.