Compartir a través de


ImmutableHashSetCopier<T> Clase

Definición

Copiador para ImmutableHashSet<T>.

[Orleans.RegisterCopier]
public sealed class ImmutableHashSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableHashSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableHashSetCopier<'T> = class
    interface IDeepCopier<ImmutableHashSet<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableHashSetCopier(Of T)
Implements IDeepCopier(Of ImmutableHashSet(Of T)), IOptionalDeepCopier

Parámetros de tipo

T

El tipo de elemento.

Herencia
ImmutableHashSetCopier<T>
Atributos
Implementaciones

Constructores

ImmutableHashSetCopier<T>(IDeepCopier<T>)

Copiador para ImmutableHashSet<T>.

Métodos

DeepCopy(ImmutableHashSet<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableHashSet<T>.

Se aplica a