ImmutableSortedDictionarySurrogate<TKey,TValue> Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tipo alternativo usado por ImmutableSortedDictionaryCodec<TKey,TValue>.
[Orleans.GenerateSerializer]
public struct ImmutableSortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ImmutableSortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure ImmutableSortedDictionarySurrogate(Of TKey, TValue)
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
ImmutableSortedDictionarySurrogate<TKey,TValue>
- Atributos
Campos
KeyComparer |
Obtém ou define o comparador de chave. |
ValueComparer |
Obtém ou define o comparador de valor. |
Values |
Obtém ou define os valores. |