Summary
Copies the contents of `copyFrom` into this object, replacing its previous contents.
		- Assembly
- FlexiMotion.dll 
- Namespace
- FlexiMotion
- Containing Type
- ICopyable<T> 
Syntax
void CopyFrom(T copyFrom)Remarks
FlexiMotion.FMUtilities.Clone``1(``0) uses this method internally.Parameters
| Name | Type | Description | 
|---|---|---|
| copyFrom | T | 
Return Value
| Type | Description | 
|---|---|
| void |