FSharpListCopier<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Orleans.RegisterCopier]
public class FSharpListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>
[<Orleans.RegisterCopier>]
type FSharpListCopier<'T> = class
interface IDeepCopier<List<'T>>
interface IDeepCopier
Public Class FSharpListCopier(Of T)
Implements IDeepCopier(Of FSharpList(Of T))
型パラメーター
- T
- 継承
-
FSharpListCopier<T>
- 属性
- 実装
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>
コンストラクター
FSharpListCopier<T>(IDeepCopier<T>) |
メソッド
DeepCopy(FSharpList<T>, CopyContext) |