Freigeben über


ImmutableListCopier<T> Klasse

Definition

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

Typparameter

T

Der Elementtyp.

Vererbung
ImmutableListCopier<T>
Attribute
Implementiert

Konstruktoren

ImmutableListCopier<T>(IDeepCopier<T>)

Kopierer für ImmutableList<T>.

Methoden

DeepCopy(ImmutableList<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

IsShallowCopyable()

Kopierer für ImmutableList<T>.

Gilt für: