Click or drag to resize

HashCode.GetHashCodeFunction<T> 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: 25.1.421.0 (25.1.421.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