ImmutableListCopier<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 ImmutableList<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableList<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableListCopier<'T> = class
interface IDeepCopier<ImmutableList<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableListCopier(Of T)
Implements IDeepCopier(Of ImmutableList(Of T)), IOptionalDeepCopier
Parâmetros de tipo
- T
O tipo de elemento.
- Herança
-
ImmutableListCopier<T>
- Atributos
- Implementações
Construtores
ImmutableListCopier<T>(IDeepCopier<T>) |
Copiador para ImmutableList<T>. |
Métodos
DeepCopy(ImmutableList<T>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
IsShallowCopyable() |
Copiador para ImmutableList<T>. |