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