SortedListSurrogate<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 para SortedListCodec<TKey,TValue>.
[Orleans.GenerateSerializer]
public struct SortedListSurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedListSurrogate<'Key, 'Value> = struct
Public Structure SortedListSurrogate(Of TKey, TValue)
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
SortedListSurrogate<TKey,TValue>
- Atributos
Campos
Comparer |
Obtém ou define o comparador. |
Values |
Obtém ou define os valores. |