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)

创建所提供输入的深层副本。

适用于