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 のコピーです。

実装

適用対象