Compartilhar via


SortedSetCopier<T> Classe

Definição

Copiador para SortedSet<T>.

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

Parâmetros de tipo

T

O tipo de elemento.

Herança
SortedSetCopier<T>
Atributos
Implementações

Construtores

SortedSetCopier<T>(IDeepCopier<T>)

Inicializa uma nova instância da classe SortedSetCopier<T>.

Métodos

DeepCopy(SortedSet<T>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e os copia para output.

Aplica-se a