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