DeepCopyFactory<T> constructor

DeepCopyFactory<T>(
  1. CopyFactory<T> _factory
)

Implementation

DeepCopyFactory(this._factory);