Düzenle

Aracılığıyla paylaş


ImmutableDictionaryCopier<TKey,TValue> Class

Definition

[Orleans.RegisterCopier]
public sealed class ImmutableDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableDictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<ImmutableDictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableDictionary(Of TKey, TValue)), IOptionalDeepCopier

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
ImmutableDictionaryCopier<TKey,TValue>
Attributes
Implements

Constructors

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

Methods

DeepCopy(ImmutableDictionary<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Applies to