Compartir a través de


SortedListSurrogate<TKey,TValue> Estructura

Definición

Tipo suplente 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

El tipo de clave.

TValue

Tipo de valor.

Herencia
SortedListSurrogate<TKey,TValue>
Atributos

Campos

Comparer

Obtiene o establece el comparador.

Values

Obtiene o establece los valores.

Se aplica a