ArrayCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IDeepCopier IDeepCopier<T[]>
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. |