SortedListCopier<TKey,TValue>.DeepCopy 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DeepCopy(SortedList<TKey,TValue>, CopyContext) |
제공된 입력의 전체 복사본을 만듭니다. |
DeepCopy(SortedList<TKey,TValue>, SortedList<TKey,TValue>, CopyContext) |
에서 |
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
컨텍스트입니다.