ImmutableStackCopier<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 ImmutableStack<T> 複製器。
[Orleans.RegisterCopier]
public sealed class ImmutableStackCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableStack<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableStackCopier<'T> = class
interface IDeepCopier<ImmutableStack<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableStackCopier(Of T)
Implements IDeepCopier(Of ImmutableStack(Of T)), IOptionalDeepCopier
類型參數
- T
元素類型。
- 繼承
-
ImmutableStackCopier<T>
- 屬性
- 實作
建構函式
ImmutableStackCopier<T>(IDeepCopier<T>) |
的 ImmutableStack<T> 複製器。 |
方法
DeepCopy(ImmutableStack<T>, CopyContext) |
建立所提供輸入的深層複本。 |
IsShallowCopyable() |
的 ImmutableStack<T> 複製器。 |