I am looking for the VB.NET equivalent of
var strings = new string[] {\"abc\", \"def\", \"ghi\"};
Dim strings As String() = {"abc", "def", "ghi"}