EnumerableEqualityComparerTGetHashCode(IEnumerableT) - метод

Returns a hash code for the specified object.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public int GetHashCode(
	IEnumerable<T> obj
)

Параметры

obj  IEnumerableT
The Object for which a hash code is to be returned.

Возвращаемое значение

Int32
A hash code for the specified object.

Реализации

IEqualityComparerTGetHashCode(T)

Исключения

ArgumentNullExceptionThe type of obj is a reference type and obj is .

См. также