共用方式為


StackCopier<T> 類別

定義

Stack<T> 複製器。

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

類型參數

T

元素類型。

繼承
StackCopier<T>
屬性
實作

建構函式

StackCopier<T>(IDeepCopier<T>)

初始化 StackCopier<T> 類別的新執行個體。

方法

DeepCopy(Stack<T>, CopyContext)

建立所提供輸入的深層複本。

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

從 複製成員 input ,並將其複製到 output

適用於