Share via


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.

See Also

Reference

HashCode Class

HashCode Members

HashCode Overload

Microsoft.BusinessData.Infrastructure Namespace