SortedDictionarySurrogate<TKey,TValue>.Comparer 字段

定义

获取或设置比较器。

[Orleans.Id(1)]
public System.Collections.Generic.IComparer<TKey> Comparer;
[<Orleans.Id(1)>]
val mutable Comparer : System.Collections.Generic.IComparer<'Key>
Public Comparer As IComparer(Of TKey) 

字段值

IComparer<TKey>

比较器。

属性

适用于