C# Класс Itenso.Sys.HashTool

Some hash utility methods for collections.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( IEnumerable enumerable ) : 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 ( IEnumerable enumerable ) : int
enumerable IEnumerable
Результат int