共用方式為


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

適用於