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