Method MoveItemToFront
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
listList<T>itemT
Type Parameters
T
Moves the specified item to the front of the list, if it exists.
public static void MoveItemToFront<T>(List<T> list, T item)
list List<T>item TT