다음을 통해 공유


ReadOnlyMemoryCopier<T>.DeepCopy 메서드

정의

제공된 입력의 전체 복사본을 만듭니다.

public ReadOnlyMemory<T> DeepCopy (ReadOnlyMemory<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : ReadOnlyMemory<'T> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<'T>
override this.DeepCopy : ReadOnlyMemory<'T> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<'T>
Public Function DeepCopy (input As ReadOnlyMemory(Of T), context As CopyContext) As ReadOnlyMemory(Of T)

매개 변수

input
ReadOnlyMemory<T>

입력입니다.

context
CopyContext

컨텍스트입니다.

반환

input의 복사본입니다.

구현

적용 대상