다음을 통해 공유


ArraySegmentCopier<T> 클래스

정의

에 대한 복사기입니다 ArraySegment<T>.

[Orleans.RegisterCopier]
public sealed class ArraySegmentCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<T>>
[<Orleans.RegisterCopier>]
type ArraySegmentCopier<'T> = class
    interface IDeepCopier<ArraySegment<'T>>
    interface IDeepCopier
Public NotInheritable Class ArraySegmentCopier(Of T)
Implements IDeepCopier(Of ArraySegment(Of T))

형식 매개 변수

T

요소 형식입니다.

상속
ArraySegmentCopier<T>
특성
구현

생성자

ArraySegmentCopier<T>(IDeepCopier<T>)

ArraySegmentCopier<T> 클래스의 새 인스턴스를 초기화합니다.

메서드

DeepCopy(ArraySegment<T>, CopyContext)

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

적용 대상