ImmutableQueueCopier<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copieur pour 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
Paramètres de type
- T
Type de l’élément.
- Héritage
-
ImmutableQueueCopier<T>
- Attributs
- Implémente
Constructeurs
ImmutableQueueCopier<T>(IDeepCopier<T>) |
Copieur pour ImmutableQueue<T>. |
Méthodes
DeepCopy(ImmutableQueue<T>, CopyContext) |
Crée une copie approfondie de l’entrée fournie. |
IsShallowCopyable() |
Copieur pour ImmutableQueue<T>. |