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