Click or drag to resize

HashCodeGetHashCodeFunctionT Delegate

A delegate that obtains a hash code for a given item.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public delegate int GetHashCodeFunction<T>(
	T item
)

Parameters

item
Type: T
The item.

Type Parameters

T
The type of item.

Return Value

Type: Int32
A hash code for the given item.
See Also