ImmutableQueueCopier<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の 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>コピー機。 |