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

TThe type of the list.

Parameters

listThe list to remove from.