Table of Contents

Method MoveItemToFront

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MoveItemToFront<T>(List<T>, T)

Moves the specified item to the front of the list, if it exists.

public static void MoveItemToFront<T>(List<T> list, T item)

Parameters

list List<T>
item T

Type Parameters

T