Edit

Share via


IGeneralizedCopier Interface

Definition

Provides functionality for copying objects of multiple types.

public interface IGeneralizedCopier : Orleans.Serialization.Cloning.IDeepCopier
type IGeneralizedCopier = interface
    interface IDeepCopier
Public Interface IGeneralizedCopier
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)
IsSupportedType(Type)

Returns a value indicating whether the provided type is supported by this implementation.

Applies to