다음을 통해 공유


ImmutableSortedSetCopier<T> 클래스

정의

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

[Orleans.RegisterCopier]
public sealed class ImmutableSortedSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedSetCopier<'T> = class
    interface IDeepCopier<ImmutableSortedSet<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedSetCopier(Of T)
Implements IDeepCopier(Of ImmutableSortedSet(Of T)), IOptionalDeepCopier

형식 매개 변수

T

요소 형식입니다.

상속
ImmutableSortedSetCopier<T>
특성
구현

생성자

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

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

메서드

DeepCopy(ImmutableSortedSet<T>, CopyContext)

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

IsShallowCopyable()

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

적용 대상