-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Collections_ComparerBuilder_1_GetGetHashCodeFunc
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Returns GetHashCode function for type T to compare.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static Func<T, int> GetGetHashCodeFunc()VB
Public Shared Function GetGetHashCodeFunc As Func(Of T, Integer)F#
static member GetGetHashCodeFunc : unit -> Func<'T, int>
Type: Func(T, Int32)
GetHashCode function.
ComparerBuilder(T) Class
GetGetHashCodeFunc Overload
CodeJam.Collections Namespace