Click or drag to resize
ObjectXGenerateHashCodeT Method (IListT)
Generates a hash code for a list or array field.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static int GenerateHashCode<T>(
	IList<T> listField
)

Parameters

listField
Type: System.Collections.GenericIListT
List field.

Type Parameters

T
The element type.

Return Value

Type: Int32
A hash code.
See Also