ImmutableQueueCopier<T> クラス

定義

ImmutableQueue<T>コピー機。

[Orleans.RegisterCopier]
public sealed class ImmutableQueueCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableQueue<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableQueueCopier<'T> = class
    interface IDeepCopier<ImmutableQueue<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableQueueCopier(Of T)
Implements IDeepCopier(Of ImmutableQueue(Of T)), IOptionalDeepCopier

型パラメーター

T

要素型。

継承
ImmutableQueueCopier<T>
属性
実装

コンストラクター

ImmutableQueueCopier<T>(IDeepCopier<T>)

ImmutableQueue<T>コピー機。

メソッド

DeepCopy(ImmutableQueue<T>, CopyContext)

指定された入力のディープ コピーを作成します。

IsShallowCopyable()

ImmutableQueue<T>コピー機。

適用対象