Click or drag to resize

CopyHelperCopyNT Method

Copies an instance.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CopyN<T>(
	ref T to,
	T from
)
where T : ICloneable

Parameters

to  T
The variable to copy to.
from  T
The instance that was copied.

Type Parameters

T
The type of the instance to copy.
See Also