ShallowCopier<T> 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.
Base type for deep copiers of types that are actually shallow-copyable.
public class ShallowCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<T>, Orleans.Serialization.Cloning.IOptionalDeepCopier
type ShallowCopier<'T> = class
interface IOptionalDeepCopier
interface IDeepCopier
interface IDeepCopier<'T>
Public Class ShallowCopier(Of T)
Implements IDeepCopier(Of T), IOptionalDeepCopier
Type Parameters
- T
- Inheritance
-
ShallowCopier<T>
- Derived
- Implements
Constructors
ShallowCopier<T>() |
Methods
DeepCopy(Object, CopyContext) |
Returns the input value. |
DeepCopy(T, CopyContext) |
Returns the input value. |
IsShallowCopyable() |