Concat function vb vs c# help

Alright, so I was trying to figure out how to convert items from an array of strings in C# using the Concat() method. Kinda trying to follow along the tutorial and just convert from VB to C# .
Because I know how to use Lists, and its a good point, maybe I’ll just go on my own and use the lists for the practice test.
Thanks!