Düzenle

Aracılığıyla paylaş


ArrayCopier<T> Class

Definition

Copier for arrays of rank 1.

[Orleans.RegisterCopier]
public sealed class ArrayCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<T[]>
[<Orleans.RegisterCopier>]
type ArrayCopier<'T> = class
    interface IDeepCopier<'T[]>
    interface IDeepCopier
Public NotInheritable Class ArrayCopier(Of T)
Implements IDeepCopier(Of T())

Type Parameters

T

The element type.

Inheritance
ArrayCopier<T>
Attributes
Implements

Constructors

ArrayCopier<T>(IDeepCopier<T>)

Initializes a new instance of the ArrayCopier<T> class.

Methods

DeepCopy(T[], CopyContext)

Creates a deep copy of the provided input.

Applies to