remove first object from list c#

C#
listName.RemoveAt(0);
Source

Also in C#: