ImmutableSortedSetSurrogate<T> 结构

定义

使用的 ImmutableSortedSetCodec<T>代理项类型。

[Orleans.GenerateSerializer]
public struct ImmutableSortedSetSurrogate<T>
[<Orleans.GenerateSerializer>]
type ImmutableSortedSetSurrogate<'T> = struct
Public Structure ImmutableSortedSetSurrogate(Of T)

类型参数

T

元素类型。

继承
ImmutableSortedSetSurrogate<T>
属性

字段

KeyComparer

获取或设置键比较器。

Values

获取或设置值。

适用于