FMUtilities.

Clone<T>(T) Method

Summary

Creates a new T and calls FlexiMotion.ICopyable`1.CopyFrom(`0) on it.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

public static T Clone<T>(this T original) where T : class, ICopyable<T>, new()

Type Parameters

Name Description
T

Parameters

Name Type Description
original T

Return Value

Type Description
T