Freigeben über


SortedSetCopier<T> Klasse

Definition

Kopierer für SortedSet<T>.

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

Typparameter

T

Der Elementtyp.

Vererbung
SortedSetCopier<T>
Attribute
Implementiert

Konstruktoren

SortedSetCopier<T>(IDeepCopier<T>)

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

Methoden

DeepCopy(SortedSet<T>, CopyContext)

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

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

Klont Member aus input , und kopiert sie in output.

Gilt für: