Multiple choice

Which of the following types is not supported in common type system in .Net framework?

  1. Classes

  2. Interfaces

  3. Enumerations

  4. Delegates

  5. Unions

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Unions are not a types included in CTS of .Net framework.