Developer's Alley
TODO:
Have you wanted to create and initialize a string array in C#?
SOLUTION:
string[] myArray = new string[] { "string1", "string2", "string3" };
NOTES:
No notes for this topic.
Get notified when a new post is published.