M_Cyjb_UniqueValue_1__ctor_1 - CYJB/Cyjb GitHub Wiki
使用指定的比较器初始化 UniqueValue(TValue) 类的新实例。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public UniqueValue(
IEqualityComparer<TValue> comparer
)
- comparer
- Type: System.Collections.Generic.IEqualityComparer(TValue)
值相等的比较器。