index was out of the bound array in csharp

Code Example - index was out of the bound array in csharp

                
                        string pop = "lol|lol";
string[] Test = pop
Console.WriteLine(test[2]);