Click or drag to resize
HashCodeBuilder Constructor (Int32, Int32)
Initializes a new instance of the HashCodeBuilder class.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public HashCodeBuilder(
	int initialOddNumber,
	int multiplierOddNumber
)

Parameters

initialOddNumber
Type: SystemInt32
The initial hash code value.
multiplierOddNumber
Type: SystemInt32
The value to multiply the hash code by as field values are appended.
See Also