Show / Hide Table of Contents

Delegate DeepCopier

Deep copier function.

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate object DeepCopier(object original, ICopyContext context);
Parameters
Type Name Description
System.Object original

Original object to be deep copied.

ICopyContext context

The serialization context.

Returns
Type Description
System.Object

Deep copy of the original object.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX