Logo 
Search:

.Net Framework FAQ

Submit Interview FAQ
Home » Interview FAQ » .Net FrameworkRSS Feeds

Can I do things in IL that I can't do in C#?

  Shared By: Angie Bennett    Date: Dec 07    Category: .Net Framework    Views: 438

Answer:

Yes. A couple of simple examples are that you can throw exceptions that are not derived from System.Exception, and you can have non-zero-based arrays.

Share: