 | ObjectXGenerateHashCode Method (Int32) |
Generates a hash code from the hash codes for an object's fields.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static int GenerateHashCode(
params int[] fieldHashes
)
Parameters
- fieldHashes
- Type: SystemInt32
Hash codes for the fields on an object being hashed.
Return Value
Type:
Int32A hash code.
See Also