ImmutableSortedSet<T>.KeyComparer 属性

定义

获取用于对不可变排序集中的键进行排序的比较器。

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

属性值

用于对键进行排序的比较器。

注解

System.Collections.Immutable NuGet 包

关于不可变集合以及如何安装

适用于