SortedDictionarySurrogate<TKey,TValue> 结构

定义

SortedDictionaryCodec<TKey,TValue>代理项类型。

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

类型参数

TKey

键类型。

TValue

值类型。

继承
SortedDictionarySurrogate<TKey,TValue>
属性

字段

Comparer

获取或设置比较器。

Values

获取或设置值。

适用于