Can you do
array[\'Name\'];
In C#
Rather than:
array[0];
I know you can do that in PHP but is there a
Dictionary myDic = new Dictionary(); myDic.Add("Name", instanceOfWhatIWantToStore); myDic["Name"];