ImmutableSortedSetCopier<T> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
O tipo de elemento.
- Herança
-
ImmutableSortedSetCopier<T>
- Atributos
- Implementações
Construtores
ImmutableSortedSetCopier<T>(IDeepCopier<T>) |
Copiador para ImmutableSortedSet<T>. |
Métodos
DeepCopy(ImmutableSortedSet<T>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
IsShallowCopyable() |
Copiador para ImmutableSortedSet<T>. |