FMUtilities.

CloneReferences<T>(T[]) Method

Summary

Returns a new array containing clones of the items in the original `array`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

public static T[] CloneReferences<T>(this T[] array) where T : class, ICopyable<T>, new()

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]

Return Value

Type Description
T[]