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: 24.1.418.0 (24.1.418.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