ImmutableSortedSet<T>.Builder.KeyComparer 属性

定义

获取或设置用于确定不可变排序集内的值是否相等的对象。

public:
 property System::Collections::Generic::IComparer<T> ^ KeyComparer { System::Collections::Generic::IComparer<T> ^ get(); void set(System::Collections::Generic::IComparer<T> ^ value); };
public System.Collections.Generic.IComparer<T> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IComparer<'T> with get, set
Public Property KeyComparer As IComparer(Of T)

属性值

用于确定集内的值是否相等的比较器。

注解

如果比较器以引入冲突的方式更改,则会删除冲突的元素,在集合中仅保留每个匹配对中的一个。

适用于