ListExtensions.RemoveFirst<T>
Extension Method in ListExtensions
Declaration
public static void RemoveFirst<T>(this List<T> list)Description
Removes the first item in the list.
Type Parameters
| T | The type of the list. |
Parameters
| list | The list to remove from. |