다음을 통해 공유


ListCopier<T> 클래스

정의

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

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

형식 매개 변수

T

요소 형식입니다.

상속
ListCopier<T>
특성
구현

생성자

ListCopier<T>(IDeepCopier<T>)

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

메서드

DeepCopy(List<T>, CopyContext)

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

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

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

적용 대상