다음을 통해 공유


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의 복사본입니다.

구현

적용 대상