다음을 통해 공유


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy 메서드

정의

오버로드

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

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

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

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

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

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

public System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> DeepCopy (System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value>
override this.DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value>
Public Function DeepCopy (input As ConcurrentDictionary(Of TKey, TValue), context As CopyContext) As ConcurrentDictionary(Of TKey, TValue)

매개 변수

input
ConcurrentDictionary<TKey,TValue>

입력입니다.

context
CopyContext

컨텍스트입니다.

반환

ConcurrentDictionary<TKey,TValue>

input의 복사본입니다.

구현

적용 대상

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

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

public void DeepCopy (System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> input, System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As ConcurrentDictionary(Of TKey, TValue), output As ConcurrentDictionary(Of TKey, TValue), context As CopyContext)

매개 변수

input
ConcurrentDictionary<TKey,TValue>

입력입니다.

output
ConcurrentDictionary<TKey,TValue>

출력입니다.

context
CopyContext

컨텍스트입니다.

구현

적용 대상