Düzenle

Aracılığıyla paylaş


ImmutableSortedDictionaryCopier<TKey,TValue> Class

Definition

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

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
ImmutableSortedDictionaryCopier<TKey,TValue>
Attributes
Implements

Constructors

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

Methods

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Applies to