I saw string[,]
in one of my client's c# project.
What does the code mean?
Also, I noticed that I couldn't search it by popular search engines such as Google, GitHub search, and even the StackOverflow.
How could I search a keyword which contains string[,]
public static Dictionary<string, string[,]> bigtabledic = new Dictionary<string, string[,]>();