다음을 통해 공유


ArraySegmentOfByteCopier.DeepCopy 메서드

정의

입력을 복사합니다.

public static ArraySegment<byte> DeepCopy (ArraySegment<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
Public Shared Function DeepCopy (input As ArraySegment(Of Byte), copyContext As CopyContext) As ArraySegment(Of Byte)

매개 변수

input
ArraySegment<Byte>

입력입니다.

copyContext
CopyContext

복사 컨텍스트입니다.

반환

입력의 복사본입니다.

구현

적용 대상