What can be achieved in IL which is not possible in C# ?

Q

What can be achieved in IL which is not possible in C# ?

✍: Guest

A

What can be achieved in IL which is not possible in C# ?
* Creation of an ArrayList
* Creation of a Dictionary
* Creation of a two dimensional array
* Creation of a non-zero based array


Answer1:
Creation of a dictionary

Answer2:
Creation of a non-zero based array

2014-06-12, 1677👍, 0💬