다음을 통해 공유


HashSetCopier<T>.DeepCopy 메서드

정의

오버로드

DeepCopy(HashSet<T>, CopyContext)

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

DeepCopy(HashSet<T>, HashSet<T>, CopyContext)

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

DeepCopy(HashSet<T>, CopyContext)

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

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

매개 변수

input
HashSet<T>

입력입니다.

context
CopyContext

컨텍스트입니다.

반환

HashSet<T>

input의 복사본입니다.

구현

적용 대상

DeepCopy(HashSet<T>, HashSet<T>, CopyContext)

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

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

매개 변수

input
HashSet<T>

입력입니다.

output
HashSet<T>

출력입니다.

context
CopyContext

컨텍스트입니다.

구현

적용 대상