Partilhar via


ImmutableSortedDictionarySurrogate<TKey,TValue> Estrutura

Definição

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.

Aplica-se a