Düzenle

Aracılığıyla paylaş


MemoryOfByteCopier Class

Definition

Copier for Memory<T> of Byte.

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

Constructors

MemoryOfByteCopier()

Methods

DeepCopy(Memory<Byte>, CopyContext)

Copies the input.

Explicit Interface Implementations

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

Creates a deep copy of the provided input.

Applies to