Skip to content

M_CodeJam_HashCode_CombineValues__1

andrewvk edited this page Mar 29, 2016 · 7 revisions

HashCode.CombineValues(T) Method (IEnumerable(T))

[This is preliminary documentation and is subject to change.]

Combines hash codes.

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

Syntax

C#

public static int CombineValues<T>(
	IEnumerable<T> values
)

VB

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

F#

static member CombineValues : 
        values : IEnumerable<'T> -> int 

Parameters

 

values
Type: System.Collections.Generic.IEnumerable(T)
The sequence to combine hash codes.

Type Parameters

 

T

Return Value

Type: Int32
Combined hash code.

See Also

Reference

HashCode Class
CombineValues Overload
CodeJam Namespace

Clone this wiki locally