DeepCopier<T> Class
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.
Provides functionality for copying objects and values.
public sealed class DeepCopier<T>
type DeepCopier<'T> = class
Public NotInheritable Class DeepCopier(Of T)
Type Parameters
- T
- Inheritance
-
DeepCopier<T>
Constructors
DeepCopier<T>(IDeepCopier<T>, CopyContextPool) |
Initializes a new instance of the DeepCopier<T> class. |
Methods
Copy(T) |
Creates a copy of the provided value. |