FMUtilities.

MoveItem<T>(T[], int, int) Method

Summary

Takes the item out of the `array` at the `oldIndex` and inserts it in the `newIndex`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

public static void MoveItem<T>(T[] array, int oldIndex, int newIndex)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]
oldIndex int
newIndex int

Return Value

Type Description
void