다음을 통해 공유


KeyValuePairCopier<TKey,TValue>.DeepCopy 메서드

정의

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

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

매개 변수

input
KeyValuePair<TKey,TValue>

입력입니다.

context
CopyContext

컨텍스트입니다.

반환

KeyValuePair<TKey,TValue>

input의 복사본입니다.

구현

적용 대상