다음을 통해 공유


SortedListCopier<TKey,TValue>.DeepCopy 메서드

정의

오버로드

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

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

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

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

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

매개 변수

input
SortedList<TKey,TValue>

입력입니다.

context
CopyContext

컨텍스트입니다.

반환

SortedList<TKey,TValue>

input의 복사본입니다.

구현

적용 대상

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

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

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

매개 변수

input
SortedList<TKey,TValue>

입력입니다.

output
SortedList<TKey,TValue>

출력입니다.

context
CopyContext

컨텍스트입니다.

구현

적용 대상