다음을 통해 공유


HashSetCopier<T> 클래스

정의

HashSet<T>대한 복사기입니다.

[Orleans.RegisterCopier]
public sealed class HashSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.HashSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.HashSet<T>>
[<Orleans.RegisterCopier>]
type HashSetCopier<'T> = class
    interface IDeepCopier<HashSet<'T>>
    interface IDeepCopier
    interface IBaseCopier<HashSet<'T>>
    interface IBaseCopier
Public NotInheritable Class HashSetCopier(Of T)
Implements IBaseCopier(Of HashSet(Of T)), IDeepCopier(Of HashSet(Of T))

형식 매개 변수

T
상속
HashSetCopier<T>
특성
구현

설명

HashSetCopier<T> 클래스의 새 인스턴스를 초기화합니다.

생성자

HashSetCopier<T>(IDeepCopier<T>)

HashSet<T>대한 복사기입니다.

메서드

DeepCopy(HashSet<T>, CopyContext)

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

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

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

적용 대상