ArraySegmentCopier<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 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) |
创建所提供输入的深层副本。 |