共用方式為


ArraySegmentCopier<T> 類別

定義

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))

類型參數

T

元素類型。

繼承
ArraySegmentCopier<T>
屬性
實作

建構函式

ArraySegmentCopier<T>(IDeepCopier<T>)

初始化 ArraySegmentCopier<T> 類別的新執行個體。

方法

DeepCopy(ArraySegment<T>, CopyContext)

建立所提供輸入的深層複本。

適用於