DeepCopier<T>(IDeepCopier<T>, CopyContextPool) Constructor
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.
Initializes a new instance of the DeepCopier<T> class.
public DeepCopier (Orleans.Serialization.Cloning.IDeepCopier<T> copier, Orleans.Serialization.Cloning.CopyContextPool contextPool);
new Orleans.Serialization.DeepCopier<'T> : Orleans.Serialization.Cloning.IDeepCopier<'T> * Orleans.Serialization.Cloning.CopyContextPool -> Orleans.Serialization.DeepCopier<'T>
Public Sub New (copier As IDeepCopier(Of T), contextPool As CopyContextPool)
Parameters
- copier
- IDeepCopier<T>
The copier.
- contextPool
- CopyContextPool
The context pool.