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