Edit

Share via


IDerivedTypeCopier Interface

Definition

Indicates that an IDeepCopier implementation generalizes over all sub-types.

public interface IDerivedTypeCopier : Orleans.Serialization.Cloning.IDeepCopier
type IDerivedTypeCopier = interface
    interface IDeepCopier
Public Interface IDerivedTypeCopier
Implements IDeepCopier
Derived
Implements

Methods

DeepCopy(Object, CopyContext)

Creates a deep copy of the provided untyped input. The type must still match the copier instance!

(Inherited from IDeepCopier)

Applies to