FSharpListCopier<T> クラス

定義

[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)

適用対象