다음을 통해 공유


ImmutableListCopier<T> 클래스

정의

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

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

형식 매개 변수

T

요소 형식입니다.

상속
ImmutableListCopier<T>
특성
구현

생성자

ImmutableListCopier<T>(IDeepCopier<T>)

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

메서드

DeepCopy(ImmutableList<T>, CopyContext)

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

IsShallowCopyable()

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

적용 대상