ImmutableSortedSet<T>.KeyComparer 属性
定义
获取用于对不可变排序集中的键进行排序的比较器。Gets the comparer used to sort keys in the immutable sorted set.
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)
属性值
用于对键进行排序的比较器。The comparer used to sort keys.
注解
System.object NuGet 包System.Collections.Immutable NuGet package
关于不可变集合以及如何安装About immutable collections and how to install