Creates a hash value for the decorator.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
protected abstract int DecorateGetHashCode(
	int sourceHashCode
)

Parameters

sourceHashCode
Type: System..::.Int32
A source object hash value.

Return Value

Returns 32-bits integer with sign which is the hash value of this instance.

See Also