Compartir a través de


ImmutableQueueCopier<T> Clase

Definición

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

El tipo de elemento.

Herencia
ImmutableQueueCopier<T>
Atributos
Implementaciones

Constructores

ImmutableQueueCopier<T>(IDeepCopier<T>)

Copiador para ImmutableQueue<T>.

Métodos

DeepCopy(ImmutableQueue<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableQueue<T>.

Se aplica a