ImmutableSortedDictionaryCopier<TKey,TValue> 类

定义

[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

类型参数

TKey

键类型。

TValue

值类型。

继承
ImmutableSortedDictionaryCopier<TKey,TValue>
属性
实现

构造函数

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

ImmutableSortedDictionary<TKey,TValue>复制器。

方法

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

创建所提供输入的深层副本。

IsShallowCopyable()

ImmutableSortedDictionary<TKey,TValue>复制器。

适用于