CopyHelperTryCopyT Method |
Try to copy one object to another object.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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