M_Cyjb_UnorderedHashCode_Combine__1 - CYJB/Cyjb GitHub Wiki
返回指定集合的无序哈希代码。
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
指定集合的无序哈希代码。