Click or drag to resize
ObjectXGenerateHashCode Method (IEnumerableInt32)
Generates a hash code from the hash codes for an object's fields.

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

Parameters

fieldHashes
Type: System.Collections.GenericIEnumerableInt32
Hash codes for the fields on an object being hashed.

Return Value

Type: Int32
A hash code.
See Also