Skip to content

DeepCopier<T> Constructors

Provides functionality for copying objects and values.

DeepCopier<T>(IDeepCopier<T>, CopyContextPool)

View source
public DeepCopier(IDeepCopier<T> copier, CopyContextPool contextPool)
Initializes a new instance of the Orleans.Serialization.DeepCopier class.

Parameters

copierIDeepCopier<T>
The copier.
contextPoolCopyContextPool
The context pool.