ImmutableSortedDictionarySurrogate<TKey,TValue> 结构

定义

使用的 ImmutableSortedDictionaryCodec<TKey,TValue>代理项类型。

[Orleans.GenerateSerializer]
public struct ImmutableSortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ImmutableSortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure ImmutableSortedDictionarySurrogate(Of TKey, TValue)

类型参数

TKey

键类型。

TValue

值类型。

继承
ImmutableSortedDictionarySurrogate<TKey,TValue>
属性

字段

KeyComparer

获取或设置键比较器。

ValueComparer

获取或设置值比较器。

Values

获取或设置值。

适用于