HOW TO REMOVE THE first OBJECT IN A LIST IN C# code example Example: remove first object from list c# listName.RemoveAt(0);