DictionaryCodec<TKey,TValue> Classe
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sérialiseur pour Dictionary<TKey,TValue>.
[Orleans.RegisterSerializer]
public sealed class DictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type DictionaryCodec<'Key, 'Value> = class
interface IFieldCodec<Dictionary<'Key, 'Value>>
interface IFieldCodec
Public NotInheritable Class DictionaryCodec(Of TKey, TValue)
Implements IFieldCodec(Of Dictionary(Of TKey, TValue))
- TKey
Type de clé.
- TValue
Type de valeur.
- Héritage
-
DictionaryCodec<TKey,TValue>
- Attributs
- Implémente
-
IFieldCodec IFieldCodec<Dictionary<TKey,TValue>>
Dictionary |
Initialise une nouvelle instance de la classe DictionaryCodec<TKey,TValue>. |
Read |
Lit une valeur. |
Write |
Écrit un champ. |