Partager via


SortedListSurrogate<TKey,TValue> Structure

Définition

Type de substitution pour SortedListCodec<TKey,TValue>.

[Orleans.GenerateSerializer]
public struct SortedListSurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedListSurrogate<'Key, 'Value> = struct
Public Structure SortedListSurrogate(Of TKey, TValue)

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Héritage
SortedListSurrogate<TKey,TValue>
Attributs

Champs

Comparer

Obtient ou définit le comparateur.

Values

Obtient ou définit les valeurs.

S’applique à