CopyContext.DeepCopy<T>(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.
Copies the provided value.
public T DeepCopy<T> (T value);
member this.DeepCopy : 'T -> 'T
Public Function DeepCopy(Of T) (value As T) As T
Type Parameters
- T
The value type.
Parameters
- value
- T
The value.
Returns
T
A copy of the provided value.