Skip to content

M_CodeJam_HashCode_CombineValues__1_1

andrewvk edited this page Mar 30, 2016 · 8 revisions

HashCode.CombineValues(T) Method (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#

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

VB

<PureAttribute>
Public Shared Function CombineValues(Of T) ( 
	<CanBeNullAttribute> values As T()
) As Integer

F#

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

Parameters

 

values
Type: T[]
The collection 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