C# 클래스 Itenso.TimePeriod.HashTool

Some hash utility methods for use in the implementation of value types and collections.
파일 보기 프로젝트 열기: jwg4/date-difference 1 사용 예제들

공개 메소드들

메소드 설명
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( ) : int
ComputeHashCode ( IEnumerable enumerable ) : int
ComputeHashCode ( object obj ) : int

메소드 상세

AddHashCode() 공개 정적인 메소드

public static AddHashCode ( int hash, int objHash ) : int
hash int
objHash int
리턴 int

AddHashCode() 공개 정적인 메소드

public static AddHashCode ( int hash, object obj ) : int
hash int
obj object
리턴 int

ComputeHashCode() 공개 정적인 메소드

public static ComputeHashCode ( ) : int
리턴 int

ComputeHashCode() 공개 정적인 메소드

public static ComputeHashCode ( IEnumerable enumerable ) : int
enumerable IEnumerable
리턴 int

ComputeHashCode() 공개 정적인 메소드

public static ComputeHashCode ( object obj ) : int
obj object
리턴 int