Skip to content

DeepCopier<T> Methods

Provides functionality for copying objects and values.

Copy(T?)

View source
public T? Copy(T? value)
Creates a copy of the provided value.

Parameters

valueT?
The value to copy.

Returns

A copy of the provided value.