다음을 통해 공유


QueueCopier<T> 클래스

정의

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

[Orleans.RegisterCopier]
public sealed class QueueCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Queue<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Queue<T>>
[<Orleans.RegisterCopier>]
type QueueCopier<'T> = class
    interface IDeepCopier<Queue<'T>>
    interface IDeepCopier
    interface IBaseCopier<Queue<'T>>
    interface IBaseCopier
Public NotInheritable Class QueueCopier(Of T)
Implements IBaseCopier(Of Queue(Of T)), IDeepCopier(Of Queue(Of T))

형식 매개 변수

T

요소 형식입니다.

상속
QueueCopier<T>
특성
구현

생성자

QueueCopier<T>(IDeepCopier<T>)

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

메서드

DeepCopy(Queue<T>, CopyContext)

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

DeepCopy(Queue<T>, Queue<T>, CopyContext)

에서 input 멤버를 복제하고 에 복사합니다 output.

적용 대상