ReadOnlyMemoryOfByteCopier 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.
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. |