Edit

Share via


ReadOnlyMemoryCopier<T> Class

Definition

Copier for 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))

Type Parameters

T

The element type.

Inheritance
ReadOnlyMemoryCopier<T>
Attributes
Implements

Constructors

ReadOnlyMemoryCopier<T>(IDeepCopier<T>)

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

Methods

DeepCopy(ReadOnlyMemory<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to