GetHashCode(Int32,ICollection<Byte>) Method
See Also 
SourceCode.Collections.Hashing Namespace > SBoxHashCodeGenerator Class > GetHashCode Method : GetHashCode(Int32,ICollection<Byte>) Method



seed
data

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetHashCode( _
   ByVal seed As Integer, _
   ByVal data As ICollection(Of Byte) _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As SBoxHashCodeGenerator
Dim seed As Integer
Dim data As ICollection(Of Byte)
Dim value As Integer
 
value = instance.GetHashCode(seed, data)
C#  
public int GetHashCode( 
   int seed,
   ICollection<byte> data
)
C++/CLI  
public:
int GetHashCode( 
   int seed,
   ICollection<byte>^ data
) 

Parameters

seed
data

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also