C# Class Itenso.Sys.HashTool

Some hash utility methods for collections.
Exibir arquivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( IEnumerable enumerable ) : int

Method Details

AddHashCode() public static method

public static AddHashCode ( int hash, int objHash ) : int
hash int
objHash int
return int

AddHashCode() public static method

public static AddHashCode ( int hash, object obj ) : int
hash int
obj object
return int

ComputeHashCode() public static method

public static ComputeHashCode ( IEnumerable enumerable ) : int
enumerable IEnumerable
return int