add variable to the beginning of a list c#

C#
list.Insert(0, element);
Source

Also in C#: