Redagować

Udostępnij przez


DeepCopier.Copy<T>(T) Method

Definition

Creates a copy of the provided value.

public T Copy<T>(T value);
member this.Copy : 'T -> 'T
Public Function Copy(Of T) (value As T) As T

Type Parameters

T

The type of the value to copy.

Parameters

value
T

The value to copy.

Returns

T

A copy of the provided value.

Applies to