Freigeben über


ListCopier<T> Klasse

Definition

Kopierer für 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))

Typparameter

T

Der Elementtyp.

Vererbung
ListCopier<T>
Attribute
Implementiert

Konstruktoren

ListCopier<T>(IDeepCopier<T>)

Initialisiert eine neue Instanz der ListCopier<T>-Klasse.

Methoden

DeepCopy(List<T>, CopyContext)

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

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

Klont Member aus input , und kopiert sie in output.

Gilt für: