SortedSetCopier<T>.DeepCopy 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DeepCopy(SortedSet<T>, CopyContext) |
제공된 입력의 전체 복사본을 만듭니다. |
DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext) |
에서 |
DeepCopy(SortedSet<T>, CopyContext)
제공된 입력의 전체 복사본을 만듭니다.
public System.Collections.Generic.SortedSet<T> DeepCopy (System.Collections.Generic.SortedSet<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedSet<'T>
override this.DeepCopy : System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedSet<'T>
Public Function DeepCopy (input As SortedSet(Of T), context As CopyContext) As SortedSet(Of T)
매개 변수
- input
- SortedSet<T>
입력입니다.
- context
- CopyContext
컨텍스트입니다.
반환
SortedSet<T>
input
의 복사본입니다.
구현
적용 대상
DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)
에서 input
멤버를 복제하고 에 output
복사합니다.
public void DeepCopy (System.Collections.Generic.SortedSet<T> input, System.Collections.Generic.SortedSet<T> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedSet<'T> * System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.SortedSet<'T> * System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As SortedSet(Of T), output As SortedSet(Of T), context As CopyContext)
매개 변수
- input
- SortedSet<T>
입력입니다.
- output
- SortedSet<T>
출력입니다.
- context
- CopyContext
컨텍스트입니다.