Düzenle

Aracılığıyla paylaş


ArraySegmentOfByteCopier Class

Definition

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.

Applies to