Freigeben über


ImmutableSortedSetCopier<T> Klasse

Definition

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

Typparameter

T

Der Elementtyp.

Vererbung
ImmutableSortedSetCopier<T>
Attribute
Implementiert

Konstruktoren

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

Kopierer für ImmutableSortedSet<T>.

Methoden

DeepCopy(ImmutableSortedSet<T>, CopyContext)

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

IsShallowCopyable()

Kopierer für ImmutableSortedSet<T>.

Gilt für: