Edit

Share via


DeepCopier<T>.Copy(T) Method

Definition

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.

Applies to