Condividi tramite


HashSetCopier<T> Classe

Definizione

Copiatore per HashSet<T>.

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

Parametri di tipo

T
Ereditarietà
HashSetCopier<T>
Attributi
Implementazioni

Commenti

Inizializza una nuova istanza della classe HashSetCopier<T>.

Costruttori

HashSetCopier<T>(IDeepCopier<T>)

Copiatore per HashSet<T>.

Metodi

DeepCopy(HashSet<T>, CopyContext)

Crea una copia completa dell'input fornito.

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

Clona i membri da input e li copia in output.

Si applica a