FSharpUnitCopier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for 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)
- Inheritance
- Attributes
Constructors
FSharpUnitCopier() |
Methods
DeepCopy(Object, CopyContext) |
Returns the input value. (Inherited from ShallowCopier<T>) |
DeepCopy(T, CopyContext) |
Returns the input value. (Inherited from ShallowCopier<T>) |
IsShallowCopyable() | (Inherited from ShallowCopier<T>) |