C# Class Octopus.Client.Util.HashCodeCombiner

Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
AddInt32 ( int i ) : HashCodeCombiner
AddObject ( bool b ) : HashCodeCombiner
AddObject ( int i ) : HashCodeCombiner
AddObject ( object o ) : HashCodeCombiner
GetHashCode ( ) : int

Create a unique hash code for the given set of items

HashCodeCombiner ( ) : System

Method Details

AddInt32() public méthode

public AddInt32 ( int i ) : HashCodeCombiner
i int
Résultat HashCodeCombiner

AddObject() public méthode

public AddObject ( bool b ) : HashCodeCombiner
b bool
Résultat HashCodeCombiner

AddObject() public méthode

public AddObject ( int i ) : HashCodeCombiner
i int
Résultat HashCodeCombiner

AddObject() public méthode

public AddObject ( object o ) : HashCodeCombiner
o object
Résultat HashCodeCombiner

GetHashCode() public static méthode

Create a unique hash code for the given set of items
public static GetHashCode ( ) : int
Résultat int

HashCodeCombiner() public méthode

public HashCodeCombiner ( ) : System
Résultat System