Condividi tramite


ImmutableSortedSetCopier<T> Classe

Definizione

Copiatore per 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

Parametri di tipo

T

Tipo dell'elemento.

Ereditarietà
ImmutableSortedSetCopier<T>
Attributi
Implementazioni

Costruttori

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

Copiatore per ImmutableSortedSet<T>.

Metodi

DeepCopy(ImmutableSortedSet<T>, CopyContext)

Crea una copia approfondita dell'input specificato.

IsShallowCopyable()

Copiatore per ImmutableSortedSet<T>.

Si applica a