C# Class Itenso.TimePeriod.HashTool

Some hash utility methods for use in the implementation of value types and collections.
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( ) : int
ComputeHashCode ( IEnumerable enumerable ) : int
ComputeHashCode ( object obj ) : 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 ( ) : int
Résultat int

ComputeHashCode() public static méthode

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

ComputeHashCode() public static méthode

public static ComputeHashCode ( object obj ) : int
obj object
Résultat int