ArraySegmentOfByteCopier 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 ArraySegment<T>.
[Orleans.RegisterCopier]
public sealed class ArraySegmentOfByteCopier : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<byte>>
[<Orleans.RegisterCopier>]
type ArraySegmentOfByteCopier = class
interface IDeepCopier<ArraySegment<byte>>
interface IDeepCopier
Public NotInheritable Class ArraySegmentOfByteCopier
Implements IDeepCopier(Of ArraySegment(Of Byte))
- Inheritance
-
ArraySegmentOfByteCopier
- Attributes
- Implements
Constructors
ArraySegmentOfByteCopier() |
Methods
DeepCopy(ArraySegment<Byte>, CopyContext) |
Copies the input. |
Explicit Interface Implementations
IDeepCopier<ArraySegment<Byte>>.DeepCopy(ArraySegment<Byte>, CopyContext) |
Creates a deep copy of the provided input. |