 | HashCodeBuilderAppendBase Method |
Appends the result of the base.GetHashCode method.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic HashCodeBuilder AppendBase(
int baseHashCode
)
Public Function AppendBase (
baseHashCode As Integer
) As HashCodeBuilder
public:
HashCodeBuilder^ AppendBase(
int baseHashCode
)
member AppendBase :
baseHashCode : int -> HashCodeBuilder
Parameters
- baseHashCode
- Type: SystemInt32
The result of the base.GetHashCode method.
Return Value
Type:
HashCodeBuilderThe HashCodeBuilder for chaining calls.
See Also