using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication5 {
class Program {
enum _objID_1 {
Name = "Lorem Ipsum"
}
static void Main(string[] args) {
int ChosenDataID = 1;
Console.WriteLine(_objID_ + ChosenDataID + _["Name"]); // How about "Lorem Ipsum"? || Well, how about "no"?
}
}
}
Code is technically self-explaining.
@edit - I thought "enum" was represenative of "array" from PHP. But "array" does in exist in C# as well, so actual question would be, how to do it now with arrays.