共用方式為


IHasher.Hash(Byte[]) 方法

定義

雜湊。

public int Hash (byte[] data);
abstract member Hash : byte[] -> int
Public Function Hash (data As Byte()) As Integer

參數

data
Byte[]

要進行雜湊處理的資料。

傳回

指定的位元組已雜湊。

適用於