ReadOnlyDictionaryCopier<TKey,TValue> Classe
Définition
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.
[Orleans.RegisterCopier]
public sealed class ReadOnlyDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type ReadOnlyDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ReadOnlyDictionary<'Key, 'Value>>
interface IDeepCopier
Public NotInheritable Class ReadOnlyDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ReadOnlyDictionary(Of TKey, TValue))
Paramètres de type
- TKey
- TValue
- Héritage
-
ReadOnlyDictionaryCopier<TKey,TValue>
- Attributs
- Implémente
-
IDeepCopier IDeepCopier<ReadOnlyDictionary<TKey,TValue>>
Constructeurs
ReadOnlyDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Méthodes
DeepCopy(ReadOnlyDictionary<TKey,TValue>, CopyContext) |