Freigeben über


ReadOnlyDictionaryCopier<TKey,TValue> Klasse

Definition

[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))

Typparameter

TKey
TValue
Vererbung
ReadOnlyDictionaryCopier<TKey,TValue>
Attribute
Implementiert

Konstruktoren

ReadOnlyDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Methoden

DeepCopy(ReadOnlyDictionary<TKey,TValue>, CopyContext)

Gilt für: