csharp remove first line from textbox

Code Example - csharp remove first line from textbox

                
                        textBox1.Lines = textBox1.Lines.Skip(1).ToArray();