C# 클래스 Octopus.Client.Util.HashCodeCombiner

Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
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

메소드 상세

AddInt32() 공개 메소드

public AddInt32 ( int i ) : HashCodeCombiner
i int
리턴 HashCodeCombiner

AddObject() 공개 메소드

public AddObject ( bool b ) : HashCodeCombiner
b bool
리턴 HashCodeCombiner

AddObject() 공개 메소드

public AddObject ( int i ) : HashCodeCombiner
i int
리턴 HashCodeCombiner

AddObject() 공개 메소드

public AddObject ( object o ) : HashCodeCombiner
o object
리턴 HashCodeCombiner

GetHashCode() 공개 정적인 메소드

Create a unique hash code for the given set of items
public static GetHashCode ( ) : int
리턴 int

HashCodeCombiner() 공개 메소드

public HashCodeCombiner ( ) : System
리턴 System