MemoryOfByteCopier 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.
[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. |