Metodo ArrayUtil.GetHashCode

Generare codice hash per una matrice di byte.

Spazio dei nomi:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Sintassi

'Dichiarazione
Public Shared Function GetHashCode ( _
    array As Byte() _
) As Integer
public static int GetHashCode(
    byte[] array
)

Parametri

  • array
    Tipo: array<System.Byte[]
    matrice per generare codice hash per.

Valore restituito

Tipo: System.Int32
hash generato dai membri della matrice.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ArrayUtil Classe

Spazio dei nomi Microsoft.TeamFoundation.Common