Compartir a través de


ImmutableSortedSetCopier<T> Clase

Definición

Copiador para 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

Parámetros de tipo

T

El tipo de elemento.

Herencia
ImmutableSortedSetCopier<T>
Atributos
Implementaciones

Constructores

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

Copiador para ImmutableSortedSet<T>.

Métodos

DeepCopy(ImmutableSortedSet<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableSortedSet<T>.

Se aplica a