IBaseCopier<T>
interface
Namespace: Orleans.Serialization.Cloning
Provides functionality for copying members from one object to another.
public interface IBaseCopier<T> : IBaseCopier where T : classMethods
DeepCopy(T, T, CopyContext)Clones members frominputand copies them tooutput.
