SortedDictionarySurrogate<TKey,TValue>.Comparer 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置比较器。
[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>
比较器。
- 属性