DeepCopier<T>.Copy(T) Method
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.
Creates a copy of the provided value.
public T Copy (T value);
member this.Copy : 'T -> 'T
Public Function Copy (value As T) As T
Parameters
- value
- T
The value to copy.
Returns
T
A copy of the provided value.