Copies an immutable object.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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