Düzenle

Aracılığıyla paylaş


ArraySegmentCopier<T> Class

Definition

Copier for ArraySegment<T>.

[Orleans.RegisterCopier]
public sealed class ArraySegmentCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<T>>
[<Orleans.RegisterCopier>]
type ArraySegmentCopier<'T> = class
    interface IDeepCopier<ArraySegment<'T>>
    interface IDeepCopier
Public NotInheritable Class ArraySegmentCopier(Of T)
Implements IDeepCopier(Of ArraySegment(Of T))

Type Parameters

T

The element type.

Inheritance
ArraySegmentCopier<T>
Attributes
Implements

Constructors

ArraySegmentCopier<T>(IDeepCopier<T>)

Initializes a new instance of the ArraySegmentCopier<T> class.

Methods

DeepCopy(ArraySegment<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to