共用方式為


ArraySegmentOfByteCopier.IDeepCopier<ArraySegment<Byte>>.DeepCopy 方法

定義

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

ArraySegment<byte> IDeepCopier<ArraySegment<byte>>.DeepCopy (ArraySegment<byte> input, Orleans.Serialization.Cloning.CopyContext _);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.ArraySegment<System.Byte>>.DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
override this.Orleans.Serialization.Cloning.IDeepCopier<System.ArraySegment<System.Byte>>.DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
Function DeepCopy (input As ArraySegment(Of Byte), _ As CopyContext) As ArraySegment(Of Byte) Implements IDeepCopier(Of ArraySegment(Of Byte)).DeepCopy

參數

input
ArraySegment<Byte>

輸入。

傳回

input 的複本。

實作

適用於