Redigera

Dela via


MemoryCopier<T> Class

Definition

Copier for Memory<T>.

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

Type Parameters

T

The element type.

Inheritance
MemoryCopier<T>
Attributes
Implements

Constructors

MemoryCopier<T>(IDeepCopier<T>)

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

Methods

DeepCopy(Memory<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to