Click or drag to resize
HashCodeBuilderAppendBase Method
Appends the result of the base.GetHashCode method.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public HashCodeBuilder AppendBase(
	int baseHashCode
)

Parameters

baseHashCode
Type: SystemInt32
The result of the base.GetHashCode method.

Return Value

Type: HashCodeBuilder
The HashCodeBuilder for chaining calls.
See Also