Skip to content

M_CodeJam_HashCode_CombineValues__1_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 8 revisions

HashCode.CombineValues(T) Method (T[])

Combines hash codes.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static int CombineValues<T>(
	params T[] values
)

VB

Public Shared Function CombineValues(Of T) ( 
	ParamArray values As T()
) As Integer

F#

static member CombineValues : 
        values : 'T[] -> int 

Parameters

 

values
Type: T[]
The collection to combine hash codes.

Type Parameters

 

T
[Missing documentation for "M:CodeJam.HashCode.CombineValues1(0[])"]

Return Value

Type: Int32
Combined hash code.

See Also

Reference

HashCode Class
CombineValues Overload
CodeJam Namespace

Clone this wiki locally