ReadOnlyMemoryCopier<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 ReadOnlyMemory<T>.
[Orleans.RegisterCopier]
public sealed class ReadOnlyMemoryCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<ReadOnlyMemory<T>>
[<Orleans.RegisterCopier>]
type ReadOnlyMemoryCopier<'T> = class
interface IDeepCopier<ReadOnlyMemory<'T>>
interface IDeepCopier
Public NotInheritable Class ReadOnlyMemoryCopier(Of T)
Implements IDeepCopier(Of ReadOnlyMemory(Of T))
Paramètres de type
- T
Type de l’élément.
- Héritage
-
ReadOnlyMemoryCopier<T>
- Attributs
- Implémente
Constructeurs
ReadOnlyMemoryCopier<T>(IDeepCopier<T>) |
Initialise une nouvelle instance de la classe ReadOnlyMemoryCopier<T>. |
Méthodes
DeepCopy(ReadOnlyMemory<T>, CopyContext) |
Crée une copie approfondie de l’entrée fournie. |