HashCode 建構函式 (Byte[])
建構類別,以便位元組代表雜湊值的陣列可以建立雜湊程式碼物件。
命名空間: Microsoft.BusinessData.Infrastructure
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Sub New ( _
hashCode As Byte() _
)
'用途
Dim hashCode As Byte()
Dim instance As New HashCode(hashCode)
public HashCode(
byte[] hashCode
)
參數
hashCode
類型:[]位元組陣列,表示雜湊值。