FSharpUnitCopier クラス

定義

Microsoft.FSharp.Core.Unit 用コピー機

[Orleans.RegisterCopier]
public sealed class FSharpUnitCopier : Orleans.Serialization.Cloning.ShallowCopier<Microsoft.FSharp.Core.Unit>
[<Orleans.RegisterCopier>]
type FSharpUnitCopier = class
    inherit ShallowCopier<unit>
Public NotInheritable Class FSharpUnitCopier
Inherits ShallowCopier(Of Unit)
継承
ShallowCopier<Microsoft.FSharp.Core.Unit>
FSharpUnitCopier
属性

コンストラクター

FSharpUnitCopier()

Microsoft.FSharp.Core.Unit 用コピー機

メソッド

DeepCopy(Object, CopyContext)

入力値を返します。

(継承元 ShallowCopier<T>)
DeepCopy(T, CopyContext)

入力値を返します。

(継承元 ShallowCopier<T>)
IsShallowCopyable()

Microsoft.FSharp.Core.Unit 用コピー機

(継承元 ShallowCopier<T>)

適用対象