M_Cyjb_UnorderedHashCode_Combine__1 - CYJB/Cyjb GitHub Wiki

UnorderedHashCode.Combine(T) 方法

返回指定集合的无序哈希代码。

Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static int Combine<T>(
	IEnumerable<T> collection
)

参数

 

collection
Type: System.Collections.Generic.IEnumerable(T)
要计算无序哈希代码的集合。

类型参数

 

T
集合的元素类型。

返回值

Type: Int32
指定集合的无序哈希代码。

参见

Reference

UnorderedHashCode 结构
Cyjb 命名空间

⚠️ **GitHub.com Fallback** ⚠️