Click or drag to resize

CopyHelperCopyIT Method

Copies an immutable object.

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

Parameters

to  T
Reference to copy to.
from  T
Object to copy.

Type Parameters

T
Type of object to copy.
See Also