Click or drag to resize

CopyHelperTryCopyT Method

Try to copy one object to another object.

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

Parameters

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

Type Parameters

T
The type of the object to copy.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.CopyHelper.TryCopy``1(``0@,``0)"]

See Also