Show / Hide Table of Contents

Delegate DelegateEqualityComparer<T>.GetHashCodeDelegate

A delegate to calculate the hashcode.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate int GetHashCodeDelegate(T obj);
Parameters
T obj

Returns
System.Int32

Back to top Built by Itinero, MIT licensed.