다음을 통해 공유


ImmutableSortedDictionaryCopier<TKey,TValue> 클래스

정의

에 대한 복사기입니다 ImmutableSortedDictionary<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>.

적용 대상