다음을 통해 공유


SortedDictionaryCopier<TKey,TValue> 클래스

정의

에 대한 복사기입니다 SortedDictionary<TKey,TValue>.

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

형식 매개 변수

TKey

키 형식입니다.

TValue

값 형식입니다.

상속
SortedDictionaryCopier<TKey,TValue>
특성
구현

생성자

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

SortedDictionaryCopier<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

메서드

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

제공된 입력의 전체 복사본을 만듭니다.

DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext)

에서 input 멤버를 복제하고 에 복사합니다 output.

적용 대상