Skip to content

ArrayCopier<T> Methods

Copier for arrays of rank 1.

DeepCopy(T[]?, CopyContext)

View source
public T[]? DeepCopy(T[]? input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputT[]?
The input.
contextCopyContext
The context.

Returns

A copy of input, or null if input is null.