Edit

Share via


CopyContext.DeepCopy<T>(T) Method

Definition

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.

Applies to