Click or drag to resize
HashCodeBuilderAppendManyT Method
Appends the values in a collection field to the hash code calculation.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public HashCodeBuilder AppendMany<T>(
	ICollection<T> values
)

Parameters

values
Type: System.Collections.GenericICollectionT
The collection field

Type Parameters

T
The type of objects held in the collection field.

Return Value

Type: HashCodeBuilder
The HashCodeBuilder for chaining calls.
See Also