Partager via


ImmutableSortedDictionarySurrogate<TKey,TValue> Structure

Définition

Type de substitution utilisé par ImmutableSortedDictionaryCodec<TKey,TValue>.

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

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Héritage
ImmutableSortedDictionarySurrogate<TKey,TValue>
Attributs

Champs

KeyComparer

Obtient ou définit le comparateur de clé.

ValueComparer

Obtient ou définit le comparateur de valeur.

Values

Obtient ou définit les valeurs.

S’applique à