MemoryCopier<T> 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 Memory<T>.
[Orleans.RegisterCopier]
public sealed class MemoryCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Memory<T>>
[<Orleans.RegisterCopier>]
type MemoryCopier<'T> = class
interface IDeepCopier<Memory<'T>>
interface IDeepCopier
Public NotInheritable Class MemoryCopier(Of T)
Implements IDeepCopier(Of Memory(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
MemoryCopier<T>
- Attributes
- Implements
Constructors
MemoryCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the MemoryCopier<T> class. |
Methods
DeepCopy(Memory<T>, CopyContext) |
Creates a deep copy of the provided input. |