Düzenle

Aracılığıyla paylaş


ReadOnlyMemoryOfByteCopier Class

Definition

Copier for ReadOnlyMemory<T>.

[Orleans.RegisterCopier]
public sealed class ReadOnlyMemoryOfByteCopier : Orleans.Serialization.Cloning.IDeepCopier<ReadOnlyMemory<byte>>
[<Orleans.RegisterCopier>]
type ReadOnlyMemoryOfByteCopier = class
    interface IDeepCopier<ReadOnlyMemory<byte>>
    interface IDeepCopier
Public NotInheritable Class ReadOnlyMemoryOfByteCopier
Implements IDeepCopier(Of ReadOnlyMemory(Of Byte))
Inheritance
ReadOnlyMemoryOfByteCopier
Attributes
Implements

Constructors

ReadOnlyMemoryOfByteCopier()

Methods

DeepCopy(ReadOnlyMemory<Byte>, CopyContext)

Copies the input.

Explicit Interface Implementations

IDeepCopier<ReadOnlyMemory<Byte>>.DeepCopy(ReadOnlyMemory<Byte>, CopyContext)

Creates a deep copy of the provided input.

Applies to