Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配列にいくつかの変数を追加して、次のような簡単な方法でそれらにアクセスできるかどうか疑問に思っていました:
string[] ArrayName = { string abc; string varName; } //and later access them like: Console.WriteLine(ArrayName[ab+"c"]);