다음을 통해 공유


DictionaryCopier<TKey,TValue> 클래스

정의

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

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

형식 매개 변수

TKey

t 키의 형식입니다.

TValue

t 값의 형식입니다.

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

생성자

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

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

메서드

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

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

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

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

적용 대상