共用方式為


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> 複製器。

適用於