Compartilhar via


HashSetCopier<T>.DeepCopy Método

Definição

Sobrecargas

DeepCopy(HashSet<T>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e copia-os para output.

DeepCopy(HashSet<T>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

public System.Collections.Generic.HashSet<T> DeepCopy (System.Collections.Generic.HashSet<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.HashSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.HashSet<'T>
override this.DeepCopy : System.Collections.Generic.HashSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.HashSet<'T>
Public Function DeepCopy (input As HashSet(Of T), context As CopyContext) As HashSet(Of T)

Parâmetros

input
HashSet<T>

A entrada.

context
CopyContext

O contexto.

Retornos

HashSet<T>

Uma cópia do input.

Implementações

Aplica-se a

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

Clona membros de input e copia-os para output.

public void DeepCopy (System.Collections.Generic.HashSet<T> input, System.Collections.Generic.HashSet<T> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.HashSet<'T> * System.Collections.Generic.HashSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.HashSet<'T> * System.Collections.Generic.HashSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As HashSet(Of T), output As HashSet(Of T), context As CopyContext)

Parâmetros

input
HashSet<T>

A entrada.

output
HashSet<T>

A saída.

context
CopyContext

O contexto.

Implementações

Aplica-se a