C# Class Itenso.Sys.HashTool

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

Méthodes publiques

Méthode Description
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( IEnumerable enumerable ) : int

Method Details

AddHashCode() public static méthode

public static AddHashCode ( int hash, int objHash ) : int
hash int
objHash int
Résultat int

AddHashCode() public static méthode

public static AddHashCode ( int hash, object obj ) : int
hash int
obj object
Résultat int

ComputeHashCode() public static méthode

public static ComputeHashCode ( IEnumerable enumerable ) : int
enumerable IEnumerable
Résultat int