다음을 통해 공유


SortedSetCopier<T> 클래스

정의

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

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

형식 매개 변수

T

요소 형식입니다.

상속
SortedSetCopier<T>
특성
구현

생성자

SortedSetCopier<T>(IDeepCopier<T>)

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

메서드

DeepCopy(SortedSet<T>, CopyContext)

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

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

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

적용 대상