I\'m learning c# and there is something I do not understand that I\'ve been unable to find any help about online.
string[] = testarray = { \"test1\", \"test2
This is because Join is a static method on string. static methods are always called using the class name, not the name of a variable for an instance of that class.