Click or drag to resize

CopyHelperTryCopyT Method

Tries to copy one object to another object.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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
true if copying succeeded; otherwise, false.
See Also