add variable to the beginning of a list csharp

Code Example - add variable to the beginning of a list csharp

                
                        list.Insert(0, element);